-h option should return exit status 1

This commit is contained in:
Yuichi Nishiwaki 2014-07-29 15:44:22 +09:00
parent 9b95c3c75e
commit a15ec868ba
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
(case (string->symbol (car args))
((-h --help)
(print-help)
(exit 0))
(exit 1))
((-e)
(cadr args))
(else