make --useVersion's documentation reflect reality

This commit is contained in:
Andreas Rumpf
2019-09-16 15:06:02 +02:00
parent 059a16b34d
commit 754531fff3

View File

@@ -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