summary refs log tree commit diff stats
path: root/nim/commands.pas
diff options
context:
space:
mode:
Diffstat (limited to 'nim/commands.pas')
-rw-r--r--nim/commands.pas3
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;