ppudump: fix help message

git-svn-id: trunk@24416 -
This commit is contained in:
paul 2013-05-04 02:23:39 +00:00
parent 6197330bad
commit 17e7ef0d28

View File

@ -3547,7 +3547,7 @@ begin
writeln(' -F<format> Set output format to <format>');
writeln(' t - text format (default)');
writeln(' j - JSON format');
writeln(' j - XML format');
writeln(' x - XML format');
writeln(' -M Exit with ExitCode=2 if more information is available');
writeln(' -S Skip PPU version check. May lead to reading errors');
writeln(' -V<verbose> Set verbosity to <verbose>');