diff options
author | Timothee Cour <timothee.cour2@gmail.com> | 2018-12-09 23:39:57 -0800 |
---|---|---|
committer | Timothee Cour <timothee.cour2@gmail.com> | 2018-12-09 23:39:57 -0800 |
commit | 9d10278a9ca0d90a5fe82fa6e7dfb7d7dcb0f38a (patch) | |
tree | 3f376e5254fa91742b63d24b24c7f53f4bb46cf0 /doc | |
parent | daaf50ae0383e4b8250cfca7cfe3cee27a0290d9 (diff) | |
download | Nim-9d10278a9ca0d90a5fe82fa6e7dfb7d7dcb0f38a.tar.gz |
--errorMax:0 means: unlimited
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 11af58392..eca7b0a08 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -103,7 +103,7 @@ Advanced options: value = number of processors (0 for auto-detect) --incremental:on|off only recompile the changed modules (experimental!) --verbosity:0|1|2|3 set Nim's verbosity level (1 is default) - --errorMax:int stop after n (>=1) errors in semantic pass + --errorMax:int stop after n errors in semantic pass; 0 means unlimited --experimental:$1 enable experimental language feature -v, --version show detailed version information |