summary refs log tree commit diff stats
path: root/doc/basicopt.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/basicopt.txt')
-rw-r--r--doc/basicopt.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/basicopt.txt b/doc/basicopt.txt
index cc808a077..cdd8ab9be 100644
--- a/doc/basicopt.txt
+++ b/doc/basicopt.txt
@@ -4,8 +4,10 @@
 
 Command:
   //compile, c                compile project with default code generator (C)
-  //r                         compile & run $nimcach/projname [arguments]
-  //doc                       generate the documentation for inputfile
+  //r                         compile to $nimcache/projname, run with [arguments]
+                              using backend specified by `--backend` (default: c)
+  //doc                       generate the documentation for inputfile for
+                              backend specified by `--backend` (default: c)
 
 Arguments:
   arguments are passed to the program being run (if --run option is selected)