summary refs log tree commit diff stats
path: root/doc
diff options
context:
space:
mode:
authorTimothee Cour <timothee.cour2@gmail.com>2018-12-09 23:39:57 -0800
committerTimothee Cour <timothee.cour2@gmail.com>2018-12-09 23:39:57 -0800
commit9d10278a9ca0d90a5fe82fa6e7dfb7d7dcb0f38a (patch)
tree3f376e5254fa91742b63d24b24c7f53f4bb46cf0 /doc
parentdaaf50ae0383e4b8250cfca7cfe3cee27a0290d9 (diff)
downloadNim-9d10278a9ca0d90a5fe82fa6e7dfb7d7dcb0f38a.tar.gz
--errorMax:0 means: unlimited
Diffstat (limited to 'doc')
-rw-r--r--doc/advopt.txt2
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