diff options
author | Clément Bénier <clement.benier@iot.bzh> | 2018-10-25 17:48:53 +0200 |
---|---|---|
committer | Clément Bénier <clement.benier@iot.bzh> | 2018-10-25 17:49:55 +0200 |
commit | 71ec740fa078e074d335b55629fb1350d98b3123 (patch) | |
tree | c9ebc3569d051e81846089c4382b4d796c88f271 | |
parent | aa3930a9a9a76778f42de643831c27081e6bfb05 (diff) |
setupdocs.sh: fix LONG OPTIONS
- webtemplate-ref
- doctools-ref
Change-Id: I7203731da8d35ceecc4f576a979708f8f2c3754e
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
-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 |