]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Tweak order of Memcheck's cmd-line options.
authorNicholas Nethercote <njn@valgrind.org>
Mon, 25 Jul 2005 23:18:04 +0000 (23:18 +0000)
committerNicholas Nethercote <njn@valgrind.org>
Mon, 25 Jul 2005 23:18:04 +0000 (23:18 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4258

memcheck/mac_shared.c

index 28e85794ffd2f094a9903551f547565123e7ce3c..d844861cfe58635388a37ef5bfd9b708be6a3e7f 100644 (file)
@@ -97,11 +97,11 @@ Bool MAC_(process_common_cmd_line_option)(Char* arg)
 void MAC_(print_common_usage)(void)
 {
    VG_(printf)(
-"    --partial-loads-ok=no|yes        too hard to explain here; see manual [yes]\n"
-"    --freelist-vol=<number>          volume of freed blocks queue [1000000]\n"
 "    --leak-check=no|summary|full     search for memory leaks at exit?  [summary]\n"
 "    --leak-resolution=low|med|high   how much bt merging in leak check [low]\n"
 "    --show-reachable=no|yes          show reachable blocks in leak check? [no]\n"
+"    --partial-loads-ok=no|yes        too hard to explain here; see manual [yes]\n"
+"    --freelist-vol=<number>          volume of freed blocks queue [1000000]\n"
 "    --workaround-gcc296-bugs=no|yes  self explanatory [no]\n"
    );
    VG_(replacement_malloc_print_usage)();