cli: correct typo in help message (#4862)

This commit is contained in:
Oleksandr Redko 2023-03-06 12:25:07 +02:00 committed by GitHub
parent e8e00d8fdf
commit 0719a57ca8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -1104,7 +1104,7 @@ void CmdLineParser::printHelp()
" A file that contains a list of config-excludes\n"
" --disable=<id> Disable individual checks.\n"
" Please refer to the documentation of --enable=<id>\n"
" for futher details.\n"
" for further details.\n"
" --dump Dump xml data for each translation unit. The dump\n"
" files have the extension .dump and contain ast,\n"
" tokenlist, symboldatabase, valueflow.\n"

View File

@ -280,7 +280,7 @@ Example: '-UDEBUG'</para>
<option>--disable=&lt;id&gt;</option>
</term>
<listitem>
<para>Disable individual checks. Please refer to the documentation of --enable=&lt;id&gt; for futher details.
<para>Disable individual checks. Please refer to the documentation of --enable=&lt;id&gt; for further details.
</para>
</listitem>
</varlistentry>