Tweak order of Memcheck's cmd-line options.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@4258
This commit is contained in:
Nicholas Nethercote 2005-07-25 23:18:04 +00:00
parent 104ccad880
commit 20525216ee

View 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)();