From 71ec740fa078e074d335b55629fb1350d98b3123 Mon Sep 17 00:00:00 2001 From: Clément Bénier Date: Thu, 25 Oct 2018 17:48:53 +0200 Subject: setupdocs.sh: fix LONG OPTIONS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - webtemplate-ref - doctools-ref Change-Id: I7203731da8d35ceecc4f576a979708f8f2c3754e Signed-off-by: Clément Bénier --- setupdocs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit