diff options
author | Araq <rumpf_a@web.de> | 2011-11-04 01:34:49 +0100 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2011-11-04 01:34:49 +0100 |
commit | f5db885694878cc74cca19a5a2a0a57654cea0a7 (patch) | |
tree | ce94f9e33d0107982be462e06f3b203cda072ac9 /doc/advopt.txt | |
parent | d819350145a66cea793c359a4782d3b137c17dd2 (diff) | |
download | Nim-f5db885694878cc74cca19a5a2a0a57654cea0a7.tar.gz |
documented --recursivePath
Diffstat (limited to 'doc/advopt.txt')
-rwxr-xr-x | doc/advopt.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index ed05ba108..1022a9136 100755 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -23,6 +23,7 @@ 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 --lib:PATH set the system library path --nimcache:PATH set the path used for generated files -c, --compileOnly compile only; do not assemble or link |