diff options
author | Araq <rumpf_a@web.de> | 2012-12-06 22:51:39 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2012-12-06 22:51:39 +0100 |
commit | 05b05be9f8554adc3081b71eb378940cb75428fd (patch) | |
tree | 42b04e1e3098133c3e131b231142eaac4d1b1b70 /doc | |
parent | 22a59c057fd94d34443611f8383dce03c4c6d744 (diff) | |
download | Nim-05b05be9f8554adc3081b71eb378940cb75428fd.tar.gz |
replaced recursivePath with shallowPath for Babel
Diffstat (limited to 'doc')
-rwxr-xr-x | doc/advopt.txt | 3 |
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 |