Commit b0296bc6 authored by Mipa's avatar Mipa

Fixed executable name in the usage string

parent bc2f5f76
......@@ -125,7 +125,7 @@ int main (int argc, char *argv [])
double megabits;
if (argc != 3) {
printf ("usage: thread_thr <message-size> <message-count>\n");
printf ("usage: inproc_thr <message-size> <message-count>\n");
return 1;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment