Skip to content
Snippets Groups Projects
Commit 33ffd520 authored by Brandi Cantarel's avatar Brandi Cantarel
Browse files

fix missing -n option

parent 2e68c794
No related merge requests found
...@@ -9,7 +9,7 @@ usage() { ...@@ -9,7 +9,7 @@ usage() {
exit 1 exit 1
} }
OPTIND=1 # Reset OPTIND OPTIND=1 # Reset OPTIND
while getopts :r:l:b:p:h opt while getopts :r:l:n:b:p:h opt
do do
case $opt in case $opt in
r) index_path=$OPTARG;; r) index_path=$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