fix help display for tools/gen_comic_reader.sh
This commit is contained in:
parent
2d3a341a26
commit
ae97e5ea0b
1 changed files with 2 additions and 1 deletions
|
|
@ -2,8 +2,9 @@
|
|||
set -e
|
||||
|
||||
case $1 in
|
||||
-h|--help)
|
||||
-h|--help|'')
|
||||
echo "$0 [test] <backend name>"
|
||||
exit
|
||||
;;
|
||||
test|tests)
|
||||
TEST_ONLY=1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue