summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--doc/advopt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 122a7c6ea..4db89062b 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -172,6 +172,6 @@ Advanced options:
   --useVersion:1.0|1.2|1.6  emulate Nim version X of the Nim compiler, for testing
   --benchmarkVM:on|off      turn benchmarking of VM code with cpuTime() on|off
   --profileVM:on|off        turn compile time VM profiler on|off
-  --sinkInference:on|off    turn sink parameter inference on|off (default: on)
+  --sinkInference:on|off    turn sink parameter inference on|off (default: off)
   --panics:on|off           turn panics into process terminations (default: off)
   --deepcopy:on|off         enable 'system.deepCopy' for ``--mm:arc|orc``