summary refs log tree commit diff stats
path: root/doc/advopt.txt
diff options
context:
space:
mode:
authorAraq <rumpf_a@web.de>2011-06-13 16:22:19 +0200
committerAraq <rumpf_a@web.de>2011-06-13 16:22:19 +0200
commit9f9f0f08187ebd5e83075960be7f24b087f5c6c4 (patch)
tree5cdcbf9f279b3dc3e5ede6da303513fb8ef5e228 /doc/advopt.txt
parentc019d17561aff29db42d78de882d4f6f68b75c16 (diff)
downloadNim-9f9f0f08187ebd5e83075960be7f24b087f5c6c4.tar.gz
basic thread analysis working
Diffstat (limited to 'doc/advopt.txt')
-rwxr-xr-xdoc/advopt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index 2a0b64c4c..5b22c6b48 100755
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -37,7 +37,7 @@ Advanced options:
   --genMapping              generate a mapping file containing
                             (Nimrod, mangled) identifier pairs
   --lineDir:on|off          generation of #line directive on|off
-  --checkpoints:on|off      turn checkpoints on|off; for debugging Nimrod
+  --threadanalysis:on|off   turn thread analysis on|off
   --skipCfg                 do not read the general configuration file
   --skipProjCfg             do not read the project's configuration file
   --gc:refc|boehm|none      use Nimrod's native GC|Boehm GC|no GC