Merge pull request #1425 from mipaaa/master

Fixed executable name in the usage string
This commit is contained in:
KAPP Arnaud 2015-06-05 15:19:03 +02:00
commit a3b8f80fe5

View File

@ -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;
}