diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2021-02-16 11:20:01 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-16 20:20:01 +0100 |
commit | b187caeb87602975642a589ea39b706a56e5c830 (patch) | |
tree | 4c8f55b076570d54aedbfcad6d3b23df6c536259 /doc | |
parent | 71feb96c636f9e0f9a3520733a8f266909e72977 (diff) | |
download | Nim-b187caeb87602975642a589ea39b706a56e5c830.tar.gz |
document `since` (#17048)
* document `since` * address comment
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 93a985a37..7aa5d3a94 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -146,7 +146,7 @@ Advanced options: enable experimental language feature --legacy:$2 enable obsolete/legacy language feature - --useVersion:1.0 emulate Nim version X of the Nim compiler + --useVersion:1.0|1.2 emulate Nim version X of the Nim compiler, for testing --profiler:on|off enable profiling; requires `import nimprof`, and works better with `--stackTrace:on` see also https://nim-lang.github.io/Nim/estp.html |