mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 13:03:25 +01:00
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>
This commit is contained in:
parent
2bd42f3aaa
commit
9de3ffa1b7
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ static const struct option options[] = {
|
|||
};
|
||||
|
||||
static const char * const bench_futex_lock_pi_usage[] = {
|
||||
"perf bench futex requeue <options>",
|
||||
"perf bench futex lock-pi <options>",
|
||||
NULL
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue