summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorAndreas Rumpf <rumpf_a@web.de>2019-09-16 15:06:02 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-09-16 23:54:31 +0200
commit754531fff3d542b08caed6b4ac1073e9df6d0745 (patch)
treebfdbc2faa1062824c022f419523dc5b6d5321506 /doc
parent059a16b34dedca49be603fef40185cbfb8938bed (diff)
downloadNim-754531fff3d542b08caed6b4ac1073e9df6d0745.tar.gz
make --useVersion's documentation reflect reality
Diffstat (limited to 'doc')
-rw-r--r--doc/advopt.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt
index e3d7f018c..6cf6157ec 100644
--- a/doc/advopt.txt
+++ b/doc/advopt.txt
@@ -122,7 +122,7 @@ Advanced options:
                             enable experimental language feature
   --legacy:$2
                             enable obsolete/legacy language feature
-  --useVersion:0.19|1.0     emulate Nim version X of the Nim compiler
+  --useVersion:1.0          emulate Nim version X of the Nim compiler
   --newruntime              use an alternative runtime that uses destructors
                             and that uses a shared heap via -d:useMalloc
   --profiler:on|off         enable profiling; requires `import nimprof`, and