perf bench futex: Fix lock-pi help string
authorDavidlohr Bueso <dave@stgolabs.net>
Thu, 15 Dec 2016 19:36:24 +0000 (11:36 -0800)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 20 Dec 2016 12:37:40 +0000 (09:37 -0300)
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>
tools/perf/bench/futex-lock-pi.c

index 465012b..6d9d6c4 100644 (file)
@@ -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
 };