]> Git Repo - linux.git/blobdiff - tools/perf/builtin-help.c
perf hist: Make event__totals per hists
[linux.git] / tools / perf / builtin-help.c
index 215b584007b19f8ccccc7951c5ee9eebabda3bf7..81e3ecc40fc7d91e9688f772483b8c9d7a8f9eab 100644 (file)
@@ -29,7 +29,7 @@ enum help_format {
        HELP_FORMAT_WEB,
 };
 
-static int show_all = 0;
+static bool show_all = false;
 static enum help_format help_format = HELP_FORMAT_MAN;
 static struct option builtin_help_options[] = {
        OPT_BOOLEAN('a', "all", &show_all, "print all available commands"),
This page took 0.038665 seconds and 4 git commands to generate.