From 18d4bf8f0cbee0f47e35258b34e88a19c5da33fa Mon Sep 17 00:00:00 2001 From: Nicholas Nethercote Date: Fri, 16 Nov 2018 16:48:13 +1100 Subject: [PATCH] Fix Cachegrind's --help message. --- cachegrind/cg_main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" ); } -- 2.47.2