diff options
author | def <dennis@felsin9.de> | 2015-02-16 20:50:43 +0100 |
---|---|---|
committer | def <dennis@felsin9.de> | 2015-02-16 20:50:43 +0100 |
commit | ac0bb605ba8ba5120a9bb0f10f41794ba183e84c (patch) | |
tree | 45b82efbeccbcec131b83589e4d55e7da44a86bf | |
parent | 553b9308b7b4e050dca01f6fb4b032a405248310 (diff) | |
download | Nim-ac0bb605ba8ba5120a9bb0f10f41794ba183e84c.tar.gz |
Fix output of --advanced
All the other documentation limits with :, only this one was with =
-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 197c0d7da..7b3695532 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -85,7 +85,7 @@ Advanced options: that --dynlibOverride:lua matches dynlib: "liblua.so.3" --listCmd list the commands used to execute external programs - --parallelBuild=0|1|... perform a parallel build + --parallelBuild:0|1|... perform a parallel build value = number of processors (0 for auto-detect) --verbosity:0|1|2|3 set Nim's verbosity level (1 is default) --cs:none|partial set case sensitivity level (default: none); |