summaryrefslogtreecommitdiff
path: root/Documentation/perf_counter/util/usage.c
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2009-03-13 03:20:49 +0100
committerIngo Molnar <mingo@elte.hu>2009-06-06 14:41:49 +0200
commit502fc5c72a886ff9d4d7a596e65ecc4dd5e4d458 (patch)
treed7ea78d9f6360c10ee52202f45567611d2ca61c7 /Documentation/perf_counter/util/usage.c
parent386b05e3a2f3c5b0a9c5575060421cca0911648a (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/util/usage.c')
-rw-r--r--Documentation/perf_counter/util/usage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/perf_counter/util/usage.c b/Documentation/perf_counter/util/usage.c
index 7a10421fe6b4..2cad286e4371 100644
--- a/Documentation/perf_counter/util/usage.c
+++ b/Documentation/perf_counter/util/usage.c
@@ -14,7 +14,7 @@ static void report(const char *prefix, const char *err, va_list params)
static NORETURN void usage_builtin(const char *err)
{
- fprintf(stderr, "usage: %s\n", err);
+ fprintf(stderr, "\n usage: %s\n", err);
exit(129);
}