diff options
-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 |