diff --git a/nimsuggest/nimsuggest.nim b/nimsuggest/nimsuggest.nim index abfb21c134..49e61b9a9a 100644 --- a/nimsuggest/nimsuggest.nim +++ b/nimsuggest/nimsuggest.nim @@ -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":