cli: correct typo in help message (#4862)
This commit is contained in:
parent
e8e00d8fdf
commit
0719a57ca8
|
@ -1104,7 +1104,7 @@ void CmdLineParser::printHelp()
|
||||||
" A file that contains a list of config-excludes\n"
|
" A file that contains a list of config-excludes\n"
|
||||||
" --disable=<id> Disable individual checks.\n"
|
" --disable=<id> Disable individual checks.\n"
|
||||||
" Please refer to the documentation of --enable=<id>\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"
|
" --dump Dump xml data for each translation unit. The dump\n"
|
||||||
" files have the extension .dump and contain ast,\n"
|
" files have the extension .dump and contain ast,\n"
|
||||||
" tokenlist, symboldatabase, valueflow.\n"
|
" tokenlist, symboldatabase, valueflow.\n"
|
||||||
|
|
|
@ -280,7 +280,7 @@ Example: '-UDEBUG'</para>
|
||||||
<option>--disable=<id></option>
|
<option>--disable=<id></option>
|
||||||
</term>
|
</term>
|
||||||
<listitem>
|
<listitem>
|
||||||
<para>Disable individual checks. Please refer to the documentation of --enable=<id> for futher details.
|
<para>Disable individual checks. Please refer to the documentation of --enable=<id> for further details.
|
||||||
</para>
|
</para>
|
||||||
</listitem>
|
</listitem>
|
||||||
</varlistentry>
|
</varlistentry>
|
||||||
|
|
Loading…
Reference in New Issue