diff options
author | Araq <rumpf_a@web.de> | 2014-08-29 09:03:00 +0200 |
---|---|---|
committer | Araq <rumpf_a@web.de> | 2014-08-29 09:03:00 +0200 |
commit | cd2c6128d1df471830ea7f842b57aa32aee5deab (patch) | |
tree | 47270f291b54bdb2e9bd66e40b9628968a1e1260 /doc | |
parent | 0f4567d59e8d0910be344babeef1b5a62f410b14 (diff) | |
download | Nim-cd2c6128d1df471830ea7f842b57aa32aee5deab.tar.gz |
renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamings
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 3 | ||||
-rw-r--r-- | doc/nimc.txt (renamed from doc/nimrodc.txt) | 0 |
2 files changed, 2 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index 18cea8a79..370639a60 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -79,7 +79,8 @@ Advanced options: select the GC to use; default is 'refc' --index:on|off turn index file generation on|off --putenv:key=value set an environment variable - --babelPath:PATH add a path for Babel support + --NimblePath:PATH add a path for Nimble support + --noNimblePath deactivate the Nimble path --excludePath:PATH exclude a path from the list of search paths --dynlibOverride:SYMBOL marks SYMBOL so that dynlib:SYMBOL has no effect and can be statically linked instead; diff --git a/doc/nimrodc.txt b/doc/nimc.txt index 8af045e2e..8af045e2e 100644 --- a/doc/nimrodc.txt +++ b/doc/nimc.txt |