Commit a3b8f80f authored by KAPP Arnaud's avatar KAPP Arnaud

Merge pull request #1425 from mipaaa/master

Fixed executable name in the usage string
parents bc2f5f76 b0296bc6
......@@ -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