From 6d10baa3391b5dd25e035c83a41ead9bf456be69 Mon Sep 17 00:00:00 2001 From: Juan Carlos Date: Sat, 11 Jul 2020 07:21:59 -0300 Subject: [PATCH] https://github.com/nim-lang/Nim/pull/14948#issuecomment-656498426 (#14958) --- doc/advopt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/advopt.txt b/doc/advopt.txt index 5470054856..135f297c48 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -111,7 +111,7 @@ Advanced options: --skipProjCfg:on|off do not read the project's configuration file --gc:refc|arc|orc|markAndSweep|boehm|go|none|regions select the GC to use; default is 'refc' - --exceptions:setjmp|cpp|goto|quirky + --exceptions:setjmp|cpp|goto select the exception handling implementation --index:on|off turn index file generation on|off --putenv:key=value set an environment variable