From: Nicholas Nethercote Date: Fri, 16 Nov 2018 05:48:13 +0000 (+1100) Subject: Fix Cachegrind's --help message. X-Git-Tag: VALGRIND_3_15_0~161 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18d4bf8f0cbee0f47e35258b34e88a19c5da33fa;p=thirdparty%2Fvalgrind.git Fix Cachegrind's --help message. --- diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index f23b82b650..cb696b8c9d 100644 --- a/cachegrind/cg_main.c +++ b/cachegrind/cg_main.c @@ -1760,8 +1760,8 @@ static void cg_print_usage(void) { VG_(print_cache_clo_opts)(); VG_(printf)( -" --cache-sim=yes|no [yes] collect cache stats?\n" -" --branch-sim=yes|no [no] collect branch prediction stats?\n" +" --cache-sim=yes|no collect cache stats? [yes]\n" +" --branch-sim=yes|no collect branch prediction stats? [no]\n" " --cachegrind-out-file= output file name [cachegrind.out.%%p]\n" ); }