summary refs log tree commit diff stats
path: root/doc/koch.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/koch.txt')
-rw-r--r--doc/koch.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/koch.txt b/doc/koch.txt
index 7da137458..a58d386ea 100644
--- a/doc/koch.txt
+++ b/doc/koch.txt
@@ -71,7 +71,7 @@ options:
   are limited to pure Nim code at compilation time.  Enabling
   this switch will allow macros to execute non-nim code at
   compilation time (eg. open a file and write to it).
---gc:refc|v2|markAndSweep|boehm|none
+--gc:refc|v2|markAndSweep|boehm|go|none
   Selects which garbage collection strategy to use for the compiler
   and generated code. See the `Nim's Garbage Collector <gc.html>`_
   documentation for more information.