summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-12-06 22:51:39 +0100
committerAraq <rumpf_a@web.de>2012-12-06 22:51:39 +0100
commit05b05be9f8554adc3081b71eb378940cb75428fd (patch)
tree42b04e1e3098133c3e131b231142eaac4d1b1b70 /doc
parent22a59c057fd94d34443611f8383dce03c4c6d744 (diff)
downloadNim-05b05be9f8554adc3081b71eb378940cb75428fd.tar.gz
replaced recursivePath with shallowPath for Babel
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/advopt.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index a6718572e..2498df0bc 100755
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -25,7 +25,8 @@ Advanced options:
   --warning[X]:on|off       turn specific warning X on|off
   --hints:on|off            turn all hints on|off
   --hint[X]:on|off          turn specific hint X on|off
-  --recursivePath:PATH      add a path and all of its subdirectories
+  --shallowPath:PATH        add a path and all of its subdirectories (but
+                            not recursively)
   --lib:PATH                set the system library path
   --import:PATH             add an automatically imported module
   --include:PATH            add an automatically included module