summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2012-07-28 14:16:08 +0200
committerAraq <rumpf_a@web.de>2012-07-28 14:16:08 +0200
commit538b06a12360f15c6240e3b05bcb5f1bdb1618dc (patch)
tree70b13d34b5cf64d5055d72ae24681b1dbcc297af /doc
parent2ff8d17369eff133292009acd0866aa32d2912d0 (diff)
downloadNim-538b06a12360f15c6240e3b05bcb5f1bdb1618dc.tar.gz
implements #173
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/advopt.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 7aba243ed..5077de4db 100755
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -29,6 +29,8 @@ Advanced options:
   --import:PATH             add an automatically imported module
   --include:PATH            add an automatically included module
   --nimcache:PATH           set the path used for generated files
+  --header:FILE             the compiler should produce a .h file (FILE
+                            is optional)
   -c, --compileOnly         compile only; do not assemble or link
   --noLinking               compile but do not link
   --noMain                  do not generate a main procedure