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:48:53 +0200 |
commit | 2ea715c774f07e35664ef818f9a2fbaaee7874ec (patch) | |
tree | ae954e5de6d1cf09d142ec9c680a0bc991df7dbd /setupdocs.sh | |
parent | 8cffc2e56e767e919b493c4bd7c3b2374484838a (diff) |
setupdocs.sh: fix LONG OPTIONS
- webtemplate-ref
- doctools-ref
Change-Id: I7203731da8d35ceecc4f576a979708f8f2c3754e
Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'setupdocs.sh')
-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 |