Fixed #3883: 80-char overflow in help text.
This commit is contained in:
parent
e2348560e4
commit
367c02f066
|
@ -775,8 +775,8 @@ void CmdLineParser::PrintHelp() const
|
||||||
" Otherwise path where source files are searched is used.\n"
|
" Otherwise path where source files are searched is used.\n"
|
||||||
" We use string comparison to create relative paths, so\n"
|
" We use string comparison to create relative paths, so\n"
|
||||||
" using e.g. ~ for home folder does not work. It is\n"
|
" using e.g. ~ for home folder does not work. It is\n"
|
||||||
" currently only possible to apply the base paths to files\n"
|
" currently only possible to apply the base paths to\n"
|
||||||
" that are on a lower level in the directory tree.\n"
|
" files that are on a lower level in the directory tree.\n"
|
||||||
" --report-progress Report progress messages while checking a file.\n"
|
" --report-progress Report progress messages while checking a file.\n"
|
||||||
#ifdef HAVE_RULES
|
#ifdef HAVE_RULES
|
||||||
" --rule=<rule> Match regular expression.\n"
|
" --rule=<rule> Match regular expression.\n"
|
||||||
|
|
Loading…
Reference in New Issue