]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - tools/perf/builtin-help.c
Merge branch 'ras-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
[karo-tx-linux.git] / tools / perf / builtin-help.c
index 36486eade1ef4f2d30736c99d7471b86d7dd0ada..a7d588bf3cdd345233042131373666af2f9d7598 100644 (file)
@@ -463,7 +463,7 @@ int cmd_help(int argc, const char **argv, const char *prefix __maybe_unused)
                        builtin_help_subcommands, builtin_help_usage, 0);
 
        if (show_all) {
-               printf("\n usage: %s\n\n", perf_usage_string);
+               printf("\n Usage: %s\n\n", perf_usage_string);
                list_commands("perf commands", &main_cmds, &other_cmds);
                printf(" %s\n\n", perf_more_info_string);
                return 0;