Skip to content

Commit

Permalink
perf bench futex: Fix lock-pi help string
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Davidlohr Bueso authored and Arnaldo Carvalho de Melo committed Dec 20, 2016
1 parent 2bd42f3 commit 9de3ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/perf/bench/futex-lock-pi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
};

Expand Down

0 comments on commit 9de3ffa

Please sign in to comment.