From 01c38610f5bc71c874a2626f77736c8db9db53a2 Mon Sep 17 00:00:00 2001 From: Omar Flores <47699779+yoyojambo@users.noreply.github.com> Date: Tue, 22 Mar 2022 09:18:15 -0600 Subject: [PATCH] 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. --- doc/advopt.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/advopt.txt b/doc/advopt.txt index e27c75ada5..000f64b191 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -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