summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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)
'n104' href='#n104'>104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148