aboutsummaryrefslogtreecommitdiffstats
path: root/setupdocs.sh
diff options
context:
space:
mode:
authorClément Bénier <clement.benier@iot.bzh>2018-10-25 17:48:53 +0200
committerClément Bénier <clement.benier@iot.bzh>2018-10-25 17:48:53 +0200
commit2ea715c774f07e35664ef818f9a2fbaaee7874ec (patch)
treeae954e5de6d1cf09d142ec9c680a0bc991df7dbd /setupdocs.sh
parent8cffc2e56e767e919b493c4bd7c3b2374484838a (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-xsetupdocs.sh2
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