fix help display for tools/gen_comic_reader.sh

This commit is contained in:
Noé Rubinstein 2011-09-04 01:52:06 +02:00 committed by Romain Bignon
commit ae97e5ea0b

View file

@ -2,8 +2,9 @@
set -e
case $1 in
-h|--help)
-h|--help|'')
echo "$0 [test] <backend name>"
exit
;;
test|tests)
TEST_ONLY=1