Commit 5ea69de9 authored by Martín Ferrari's avatar Martín Ferrari

correct format

parent dc4b8029
......@@ -295,11 +295,11 @@ void usage(FILE *f) {
filler = sp;
fprintf(f, "\n");
fprintf(f, "Usage: %s --client [--host HOST] [--port PORT] "
"[--pktsize BYTES]\n", progname);
fprintf(f, " %s --server [--port PORT] [--max-time SECS] "
"[--max-pkts NUM]\n", progname);
fprintf(f, " %s [--max-bytes BYTES] [--verbose]\n", filler);
fprintf(f, "Usage: %s --client [--host=HOST] [--port=PORT] "
"[--pktsize=BYTES]\n", progname);
fprintf(f, " %s --server [--port=PORT] [--max-time=SECS] "
"[--max-pkts=NUM]\n", progname);
fprintf(f, " %s [--max-bytes=BYTES] [--verbose]\n", filler);
}
int main(int argc, char *argv[]) {
......
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