summary refs log tree commit diff stats
path: root/doc/basicopt.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2014-08-28 22:36:14 +0200
committerAraq <rumpf_a@web.de>2014-08-28 22:36:14 +0200
commit3ea64469008c30682a0cc7b92e3f553a07f30a37 (patch)
treeec9f76f40b2fb55bc98873d8661b72f9c9ca63c1 /doc/basicopt.txt
parentc95e47216f790f8aac9860a8a0deae0369a2a84f (diff)
downloadNim-3ea64469008c30682a0cc7b92e3f553a07f30a37.tar.gz
Nimrod renamed to Nim
Diffstat (limited to 'doc/basicopt.txt')
-rw-r--r--doc/basicopt.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt
index fdb0e36e1..8080e380e 100644
--- a/doc/basicopt.txt
+++ b/doc/basicopt.txt
@@ -1,11 +1,11 @@
 Usage::
-  nimrod command [options] [projectfile] [arguments]
+  nim command [options] [projectfile] [arguments]
 
 Command:
   //compile, c                compile project with default code generator (C)
   //doc                       generate the documentation for inputfile
   //doc2                      generate the documentation for the whole project
-  //i                         start Nimrod in interactive mode (limited)
+  //i                         start Nim in interactive mode (limited)
 
 Arguments:
   arguments are passed to the program being run (if --run option is selected)