mirror of
https://github.com/zeromq/libzmq.git
synced 2025-10-17 11:05:06 +02:00
Fixed executable name in the usage string
This commit is contained in:
@@ -125,7 +125,7 @@ int main (int argc, char *argv [])
|
|||||||
double megabits;
|
double megabits;
|
||||||
|
|
||||||
if (argc != 3) {
|
if (argc != 3) {
|
||||||
printf ("usage: thread_thr <message-size> <message-count>\n");
|
printf ("usage: inproc_thr <message-size> <message-count>\n");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user