diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/advopt.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/advopt.txt b/doc/advopt.txt index a3040f378..93a985a37 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -41,8 +41,8 @@ Advanced options: --warning[X]:on|off turn specific warning X on|off --hints:on|off|list turn all hints on|off or list all available --hint[X]:on|off turn specific hint X on|off - --warningAsError[X]:on|off - turn specific warning X into an error on|off + --warningAsError[X]:on|off turn specific warning X into an error on|off + --hintAsError[X]:on|off turn specific hint X into an error on|off --styleCheck:off|hint|error produce hints or errors for Nim identifiers that do not adhere to Nim's official style guide |