Added -? argument as alias for --help

This commit is contained in:
Michael Boelen 2016-05-10 11:47:01 +02:00
parent dfce1a770a
commit 41197f722b
1 changed files with 1 additions and 1 deletions

View File

@ -167,7 +167,7 @@
ExitClean
;;
# View help
--help | -h)
--help | -h | -?)
VIEWHELP=1
;;