From: Nicholas Nethercote Date: Mon, 25 Jul 2005 23:18:04 +0000 (+0000) Subject: Tweak order of Memcheck's cmd-line options. X-Git-Tag: svn/VALGRIND_3_0_0~60 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=20525216eecfa55c0bb18acee99802c97ab90b2b;p=thirdparty%2Fvalgrind.git Tweak order of Memcheck's cmd-line options. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4258 --- diff --git a/memcheck/mac_shared.c b/memcheck/mac_shared.c index 28e85794ff..d844861cfe 100644 --- a/memcheck/mac_shared.c +++ b/memcheck/mac_shared.c @@ -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= 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= volume of freed blocks queue [1000000]\n" " --workaround-gcc296-bugs=no|yes self explanatory [no]\n" ); VG_(replacement_malloc_print_usage)();