Skip to content

Commit b0296bc

Browse files
committed
Fixed executable name in the usage string
1 parent bc2f5f7 commit b0296bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

perf/inproc_thr.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ int main (int argc, char *argv [])
125125
double megabits;
126126

127127
if (argc != 3) {
128-
printf ("usage: thread_thr <message-size> <message-count>\n");
128+
printf ("usage: inproc_thr <message-size> <message-count>\n");
129129
return 1;
130130
}
131131

0 commit comments

Comments
 (0)