]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fix Cachegrind's --help message.
authorNicholas Nethercote <nnethercote@mozilla.com>
Fri, 16 Nov 2018 05:48:13 +0000 (16:48 +1100)
committerNicholas Nethercote <nnethercote@mozilla.com>
Fri, 16 Nov 2018 05:48:13 +0000 (16:48 +1100)
cachegrind/cg_main.c

index f23b82b650e1f4271e8bbed3dd232bd22ace77ec..cb696b8c9d23192887613cb24c997246747d3420 100644 (file)
@@ -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=<file>     output file name [cachegrind.out.%%p]\n"
    );
 }