website-doc.sh: print usage when no argument is given
Signed-off-by: Nicolas Sebrecht <nicolas.s-dev@laposte.net>
This commit is contained in:
parent
276aa276ce
commit
7da576e2be
@ -126,7 +126,7 @@ function releases () {
|
|||||||
|
|
||||||
|
|
||||||
exit_code=0
|
exit_code=0
|
||||||
test "n$ARGS" = 'n' && ARG='usage' # no option passed
|
test "n$ARGS" = 'n' && ARGS='usage' # no option passed
|
||||||
for arg in $ARGS
|
for arg in $ARGS
|
||||||
do
|
do
|
||||||
# PWD was fixed at the very beginning.
|
# PWD was fixed at the very beginning.
|
||||||
|
Loading…
Reference in New Issue
Block a user