summary refs log tree commit diff stats
path: root/compiler
diff options
context:
space:
mode:
Diffstat (limited to 'compiler')
-rwxr-xr-xcompiler/commands.nim1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/commands.nim b/compiler/commands.nim
index 8c8f68745..9e58b0deb 100755
--- a/compiler/commands.nim
+++ b/compiler/commands.nim
@@ -91,6 +91,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