Make it so that the synopsis and usage message almost agree.

MFC after:	3 weeks
This commit is contained in:
David Malone 2006-10-15 17:44:49 +00:00
parent 2f87bd055e
commit eac17f2c6f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=163388
2 changed files with 2 additions and 2 deletions

View File

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

View File

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