summary refs log tree commit diff stats
path: root/koch.nim
diff options
context:
space:
mode:
authorFlaviu Tamas <tamasflaviu@gmail.com>2015-01-22 17:20:17 -0500
committerFlaviu Tamas <tamasflaviu@gmail.com>2015-01-22 17:20:17 -0500
commit4f6b386f3ca332e9f9f9de93a650b077ec5b782e (patch)
tree9d3210de3af8df62ea7ce1da9f1999eec2dc229f /koch.nim
parent4bcd96e20c323a7cc676ce943befd7ca9bca5875 (diff)
downloadNim-4f6b386f3ca332e9f9f9de93a650b077ec5b782e.tar.gz
Improve koch web google analytics docs
Diffstat (limited to 'koch.nim')
-rw-r--r--koch.nim3
1 files changed, 3 insertions, 0 deletions
diff --git a/koch.nim b/koch.nim
index 13bcc3db1..7874d8d74 100644
--- a/koch.nim
+++ b/koch.nim
@@ -61,6 +61,9 @@ Boot options:
   -d:nativeStacktrace      use native stack traces (only for Mac OS X or Linux)
   -d:noCaas                build Nimrod without CAAS support
   -d:avoidTimeMachine      only for Mac OS X, excludes nimcache dir from backups
+Web options:
+  --googleAnalytics:UA-... add the given google analytics code to the docs. To
+                           build the official docs, use UA-48159761-1
 """
 
 proc exe(f: string): string = return addFileExt(f, ExeExt)