summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2015-07-03 01:00:38 +0200
committerAraq <rumpf_a@web.de>2015-07-03 01:57:00 +0200
commit841a179d2880c032c99d372c798611aec244441c (patch)
tree9aab823a774d63147d61ce3e42db74c3b4230488 /compiler
parente0497112dcb2ba60b120bf7831edb1dea4a8e25e (diff)
downloadNim-841a179d2880c032c99d372c798611aec244441c.tar.gz
fixes #2633
Diffstat (limited to 'compiler')
-rw-r--r--compiler/main.nim2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/main.nim b/compiler/main.nim
index a01b6fe4f..6bac4b77a 100644
--- a/compiler/main.nim
+++ b/compiler/main.nim
@@ -337,7 +337,7 @@ proc mainCommand* =
     wantMainModule()
     commandScan()
     msgWriteln("Beware: Indentation tokens depend on the parser\'s state!")
-  of "i":
+  of "secret":
     gCmd = cmdInteractive
     commandInteractive()
   of "e":