Expose --xml-version=version cmd line option.
Make the --xml-version=version command line option public by adding it to the command line help.
This commit is contained in:
parent
8eb92001b3
commit
fe57d50328
|
@ -608,6 +608,9 @@ void CmdLineParser::PrintHelp()
|
|||
" -v, --verbose More detailed error reports\n"
|
||||
" --version Print out version number\n"
|
||||
" --xml Write results in xml to error stream.\n"
|
||||
" --xml-version=[version]\n"
|
||||
" Select the XML file version. Currently versions 1 and 2\n"
|
||||
" are available. The default version is 1."
|
||||
"\n"
|
||||
"Example usage:\n"
|
||||
" # Recursively check the current folder. Print the progress on the screen and\n"
|
||||
|
|
Loading…
Reference in New Issue