From: Nicholas Nethercote Date: Wed, 23 Aug 2023 04:20:42 +0000 (+1000) Subject: Correct an error in Cachegrind's usage message. X-Git-Tag: VALGRIND_3_22_0~122 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd3719c1edb7aad30cae8c6fb8c64aa9b2833378;p=thirdparty%2Fvalgrind.git Correct an error in Cachegrind's usage message. --- diff --git a/cachegrind/cg_main.c b/cachegrind/cg_main.c index ef3ea03ebc..8cdbbe9b3f 100644 --- a/cachegrind/cg_main.c +++ b/cachegrind/cg_main.c @@ -1763,7 +1763,7 @@ static void cg_print_usage(void) { VG_(printf)( " --cachegrind-out-file= output file name [cachegrind.out.%%p]\n" -" --cache-sim=yes|no collect cache stats? [yes]\n" +" --cache-sim=yes|no collect cache stats? [no]\n" " --branch-sim=yes|no collect branch prediction stats? [no]\n" ); VG_(print_cache_clo_opts)();