Make it so that the synopsis and usage message almost agree.
MFC after: 3 weeks
This commit is contained in:
parent
2f87bd055e
commit
eac17f2c6f
@ -24,7 +24,7 @@ traceroute \- print the route packets take to network host
|
||||
.na
|
||||
.B traceroute
|
||||
[
|
||||
.B \-dDeFISdnrvx
|
||||
.B \-dDeFISnrvx
|
||||
] [
|
||||
.B \-f
|
||||
.I first_ttl
|
||||
|
@ -1764,7 +1764,7 @@ usage(void)
|
||||
|
||||
Fprintf(stderr, "Version %s\n", version);
|
||||
Fprintf(stderr,
|
||||
"Usage: %s [-dDFInrSvx] [-g gateway] [-i iface] [-f first_ttl]\n"
|
||||
"Usage: %s [-dDeFInrSvx] [-f first_ttl] [-g gateway] [-i iface]\n"
|
||||
"\t[-m max_ttl] [-p port] [-P proto] [-q nqueries] [-s src_addr]\n"
|
||||
"\t[-t tos] [-w waittime] [-z pausemsecs] host [packetlen]\n", prog);
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user