diff options
Diffstat (limited to 'compiler/main.nim')
-rw-r--r-- | compiler/main.nim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main.nim b/compiler/main.nim index baf1c5208..7c043eb72 100644 --- a/compiler/main.nim +++ b/compiler/main.nim @@ -355,7 +355,7 @@ proc mainCommand* = gGlobalOptions.incl(optCaasEnabled) msgs.gErrorMax = high(int) # do not stop after first error serve(mainCommand) - of "nop": discard + of "nop", "help": discard else: rawMessage(errInvalidCommandX, command) |