From b0296bc66f609fb36a415e0b36e90660eabb58ec Mon Sep 17 00:00:00 2001 From: Mipa Date: Fri, 5 Jun 2015 16:01:42 +0300 Subject: [PATCH] Fixed executable name in the usage string --- perf/inproc_thr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf/inproc_thr.cpp b/perf/inproc_thr.cpp index 5dcbabd7..08fb4bf3 100644 --- a/perf/inproc_thr.cpp +++ b/perf/inproc_thr.cpp @@ -125,7 +125,7 @@ int main (int argc, char *argv []) double megabits; if (argc != 3) { - printf ("usage: thread_thr \n"); + printf ("usage: inproc_thr \n"); return 1; }