include help short option in processCmdLine (#7515)

This commit is contained in:
skilchen
2018-04-06 09:48:03 +02:00
committed by Andreas Rumpf
parent 1bd4560986
commit e336e6609c

View File

@@ -526,7 +526,7 @@ proc processCmdLine*(pass: TCmdLinePass, cmd: string) =
of cmdEnd: break
of cmdLongoption, cmdShortOption:
case p.key.normalize
of "help":
of "help", "h":
stdout.writeline(Usage)
quit()
of "port":