summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-08-19 01:52:14 +0200
committerAraq <rumpf_a@web.de>2011-08-19 01:52:14 +0200
commit15440ec745ff9ad56b8095cb1efbb950199253c4 (patch)
tree55d9c0751ccd99cfabd70bd3d9a552993c5b2242 /doc
parentc7b130b4e2b5350c8b48cdbbef35cd42e773f67f (diff)
downloadNim-15440ec745ff9ad56b8095cb1efbb950199253c4.tar.gz
documentation for --nimcache option
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/advopt.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 90fe5850f..db8e44a8b 100755
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -24,6 +24,7 @@ Advanced options:
   --hints:on|off            turn all hints on|off
   --hint[X]:on|off          turn specific hint X on|off
   --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
   --noLinking               compile but do not link
   --noMain                  do not generate a main procedure