mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-12 10:33:52 +01:00
Fixed executable name in the usage string
This commit is contained in:
parent
bc2f5f76f8
commit
b0296bc66f
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user