]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Recategorise some options in the usage message.
authorNicholas Nethercote <njn@valgrind.org>
Wed, 20 Jul 2005 03:03:28 +0000 (03:03 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Wed, 20 Jul 2005 03:03:28 +0000 (03:03 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4206

coregrind/m_main.c

index bd2dd2a8a5bd4d65009142880ac2d5f698efab7a..e33cdadcf390298cff8672e416838b23f76c6f70 100644 (file)
@@ -1257,7 +1257,6 @@ static void usage ( Bool debug_help )
 "    --version                 show version\n"
 "    -q --quiet                run silently; only print error msgs\n"
 "    -v --verbose              be more verbose, incl counts of errors\n"
-"    --xml=yes                 all output is in XML (Memcheck only)\n"
 "    --trace-children=no|yes   Valgrind-ise child processes? [no]\n"
 "    --track-fds=no|yes        track open file descriptors? [no]\n"
 "    --time-stamp=no|yes       add timestamps to log messages? [no]\n"
@@ -1270,9 +1269,10 @@ static void usage ( Bool debug_help )
 "    --show-emwarns=no|yes     show warnings about emulation limits? [no]\n"
 "    --smc-support=none|stack|all   support for self-modifying code:\n"
 "                              none, for code found in stacks, or all [stack]\n"
-"    --xml-user-comment=STR    copy STR verbatim to XML output\n"
 "\n"
 "  user options for Valgrind tools that report errors:\n"
+"    --xml=yes                 all output is in XML (Memcheck only)\n"
+"    --xml-user-comment=STR    copy STR verbatim to XML output\n"
 "    --log-fd=<number>         log messages to file descriptor [2=stderr]\n"
 "    --log-file=<file>         log messages to <file>.pid<pid>\n"
 "    --log-file-exactly=<file> log messages to <file>\n"