Fixed formatting error for warningAsError. (#19634)

There was only a single space character between the warning and its description, so it shows up as part of the name (in bold) and with no description.
Copied the way hotCodeReloading was formatted, with the description in a new line.
This commit is contained in:
Omar Flores
2022-03-22 09:18:15 -06:00
committed by GitHub
parent 40db88d0f8
commit 01c38610f5

View File

@@ -57,7 +57,8 @@ Advanced options:
-w:on|off|list, --warnings:on|off|list
same as `--hints` but for warnings.
--warning:X:on|off ditto
--warningAsError:X:on|off ditto
--warningAsError:X:on|off
ditto
--styleCheck:off|hint|error
produce hints or errors for Nim identifiers that
do not adhere to Nim's official style guide