diff options
author | Ingo Molnar <mingo@elte.hu> | 2009-03-12 22:20:49 -0400 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-06-06 08:41:49 -0400 |
commit | 502fc5c72a886ff9d4d7a596e65ecc4dd5e4d458 (patch) | |
tree | d7ea78d9f6360c10ee52202f45567611d2ca61c7 /Documentation/perf_counter/perf.c | |
parent | 386b05e3a2f3c5b0a9c5575060421cca0911648a (diff) |
perf_counter tools: Uniform help printouts
Also add perf list to command-list.txt.
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
LKML-Reference: <new-submission>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/perf.c')
-rw-r--r-- | Documentation/perf_counter/perf.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/perf_counter/perf.c b/Documentation/perf_counter/perf.c index 9ac75657a18..161824f1241 100644 --- a/Documentation/perf_counter/perf.c +++ b/Documentation/perf_counter/perf.c | |||
@@ -384,9 +384,9 @@ int main(int argc, const char **argv) | |||
384 | argv[0] += 2; | 384 | argv[0] += 2; |
385 | } else { | 385 | } else { |
386 | /* The user didn't specify a command; give them help */ | 386 | /* The user didn't specify a command; give them help */ |
387 | printf("usage: %s\n\n", perf_usage_string); | 387 | printf("\n usage: %s\n\n", perf_usage_string); |
388 | list_common_cmds_help(); | 388 | list_common_cmds_help(); |
389 | printf("\n%s\n", perf_more_info_string); | 389 | printf("\n %s\n\n", perf_more_info_string); |
390 | exit(1); | 390 | exit(1); |
391 | } | 391 | } |
392 | cmd = argv[0]; | 392 | cmd = argv[0]; |