summary refs log tree commit diff stats
path: root/tests/tconsteval.nim
diff options
context:
space:
mode:
authorAndreas Rumpf <andreas@andreas-desktop>2009-12-22 01:28:20 +0100
committerAndreas Rumpf <andreas@andreas-desktop>2009-12-22 01:28:20 +0100
commit2169fd63bdf9caf539ca7ca5b661ee703206500c (patch)
treee8d531ac9984699054744ad654c972acf5463062 /tests/tconsteval.nim
parent9dda24e475bbdb3e33ae22d745bfaca552e18465 (diff)
downloadNim-2169fd63bdf9caf539ca7ca5b661ee703206500c.tar.gz
version 0.8.6
Diffstat (limited to 'tests/tconsteval.nim')
-rwxr-xr-xtests/tconsteval.nim4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/tconsteval.nim b/tests/tconsteval.nim
index 2bda0651d..ce90d7c27 100755
--- a/tests/tconsteval.nim
+++ b/tests/tconsteval.nim
@@ -1,3 +1,4 @@
+import strutils
 
 const
   HelpText = """
@@ -9,7 +10,7 @@ const
 Compiled at: $2, $3
 
 Usage:
-  koch.py [options] command [options for command]
+  koch [options] command [options for command]
 Options:
   --force, -f, -B, -b      forces rebuild
   --help, -h               shows this help and quits
@@ -23,4 +24,5 @@ Possible Commands:
 """ % [NimrodVersion & repeatChar(44-len(NimrodVersion)), 
        CompileDate, CompileTime]
 
+echo helpText