summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--koch.nim3
1 files changed, 2 insertions, 1 deletions
diff --git a/koch.nim b/koch.nim
index 3d7276aee..665b5e042 100644
--- a/koch.nim
+++ b/koch.nim
@@ -708,4 +708,5 @@ when isMainModule:
       of "branchdone": branchDone()
       else: showHelp(success = false)
       break
-    of cmdEnd: break
+    of cmdEnd:
+      showHelp(success = false)