diff options
author | Davidlohr Bueso <dave@stgolabs.net> | 2016-12-15 14:36:24 -0500 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2016-12-20 07:37:40 -0500 |
commit | 9de3ffa1b714e6b8ebc1723f71bc9172a4470f7d (patch) | |
tree | d97ec329ecee6aab4b53ad4d02aac6503232b467 | |
parent | 2bd42f3aaa53ebe78b9be6f898b7945dd61f9773 (diff) |
perf bench futex: Fix lock-pi help string
Obvious copy/paste typo from the requeue program.
Signed-off-by: Davidlohr Bueso <dbueso@suse.de>
Cc: Davidlohr Bueso <dbueso@suse.de>
Link: http://lkml.kernel.org/r/1481830584-30909-1-git-send-email-dave@stgolabs.net
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r-- | tools/perf/bench/futex-lock-pi.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/bench/futex-lock-pi.c b/tools/perf/bench/futex-lock-pi.c index 465012b320ee..6d9d6c40a916 100644 --- a/tools/perf/bench/futex-lock-pi.c +++ b/tools/perf/bench/futex-lock-pi.c | |||
@@ -48,7 +48,7 @@ static const struct option options[] = { | |||
48 | }; | 48 | }; |
49 | 49 | ||
50 | static const char * const bench_futex_lock_pi_usage[] = { | 50 | static const char * const bench_futex_lock_pi_usage[] = { |
51 | "perf bench futex requeue <options>", | 51 | "perf bench futex lock-pi <options>", |
52 | NULL | 52 | NULL |
53 | }; | 53 | }; |
54 | 54 | ||