From fd3719c1edb7aad30cae8c6fb8c64aa9b2833378 Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Wed, 23 Aug 2023 14:20:42 +1000 Subject: [PATCH] Correct an error in Cachegrind's usage message. --- cachegrind/cg_main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)(); -- 2.47.2