From 1a901bd94ecc3414abbf087bfe413b404bf704bd Mon Sep 17 00:00:00 2001 From: ringabout <43030857+ringabout@users.noreply.github.com> Date: Tue, 26 Nov 2024 16:15:20 +0800 Subject: [PATCH] minor fix for the command line helper (#24475) --- doc/advopt.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/advopt.txt b/doc/advopt.txt index e4d11081ae..7c739ca723 100644 --- a/doc/advopt.txt +++ b/doc/advopt.txt @@ -51,7 +51,7 @@ Advanced options: --spellSuggest:num show at most `num >= 0` spelling suggestions on typos. if `num` is not specified (or `auto`), return an implementation defined set of suggestions. - --hints:on|off|list. `on|off` enables or disables hints. + --hints:on|off|list `on|off` enables or disables hints. `list` reports which hints are selected. --hint:X:on|off turn specific hint X on|off. `hint:X` means `hint:X:on`, as with similar flags. `all` is the set of all hints