diff options
-rwxr-xr-x | setupdocs.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setupdocs.sh b/setupdocs.sh index 431f86c..dc276b6 100755 --- a/setupdocs.sh +++ b/setupdocs.sh @@ -57,7 +57,7 @@ EOF SHORTOPTS="w:t:d:h" -LONGOPTS="webtemplates-branch:,doctools-branch:,directory:,debug,help" +LONGOPTS="webtemplate-ref:,doctools-ref:,directory:,debug,help" ARGS=$(getopt -s bash --options $SHORTOPTS \ --longoptions $LONGOPTS --name $PROGNAME -- "$@" ) if [ ! $? -eq 0 ]; then |