From fe57d50328878bd71bf01f796b7fb88400731122 Mon Sep 17 00:00:00 2001 From: Kimmo Varis Date: Wed, 2 Feb 2011 13:28:14 +0200 Subject: [PATCH] Expose --xml-version=version cmd line option. Make the --xml-version=version command line option public by adding it to the command line help. --- cli/cmdlineparser.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cli/cmdlineparser.cpp b/cli/cmdlineparser.cpp index c3eaa5764..46e26703d 100644 --- a/cli/cmdlineparser.cpp +++ b/cli/cmdlineparser.cpp @@ -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"