Skip to content
Snippets Groups Projects
Commit 9881f884 authored by Monika Komorowska's avatar Monika Komorowska
Browse files

added -s species to options

parent e6dc6dec
No related branches found
No related tags found
No related merge requests found
......@@ -16,7 +16,7 @@ species= # -s
outdir= # -o
while getopts 'h:P:d:u:p:o:' opt; do
while getopts 'h:P:d:s:u:p:o:' opt; do
case ${opt} in
h) host=${OPTARG} ;;
P) port=${OPTARG} ;;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment