]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Correct an error in Cachegrind's usage message.
authorNicholas Nethercote <n.nethercote@gmail.com>
Wed, 23 Aug 2023 04:20:42 +0000 (14:20 +1000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Wed, 23 Aug 2023 04:20:42 +0000 (14:20 +1000)
cachegrind/cg_main.c

index ef3ea03ebca79cd492a208552cd5e2221d455539..8cdbbe9b3f8f3959b324f2ff53ceff4fa8705b5e 100644 (file)
@@ -1763,7 +1763,7 @@ static void cg_print_usage(void)
 {
    VG_(printf)(
 "    --cachegrind-out-file=<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)();