diff options
author | Andreas Rumpf <rumpf_a@web.de> | 2019-09-16 15:06:02 +0200 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-09-16 23:54:31 +0200 |
commit | 754531fff3d542b08caed6b4ac1073e9df6d0745 (patch) | |
tree | bfdbc2faa1062824c022f419523dc5b6d5321506 /doc | |
parent | 059a16b34dedca49be603fef40185cbfb8938bed (diff) | |
download | Nim-754531fff3d542b08caed6b4ac1073e9df6d0745.tar.gz |
make --useVersion's documentation reflect reality
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 2 |
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 |