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:
Kimmo Varis 2011-02-02 13:28:14 +02:00
parent 8eb92001b3
commit fe57d50328
1 changed files with 3 additions and 0 deletions

View File

@ -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"