diff options
Diffstat (limited to 'nim/commands.pas')
-rw-r--r-- | nim/commands.pas | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/nim/commands.pas b/nim/commands.pas index fde2d26c7..df6ab9da7 100644 --- a/nim/commands.pas +++ b/nim/commands.pas @@ -150,7 +150,8 @@ begin if (pass = passCmd1) and not helpWritten then begin // BUGFIX 19 MessageOut(getCommandLineDesc()); - helpWritten := true + helpWritten := true; + halt(0); end end; |