mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-02 08:42:48 +00:00
Document the -S flag (added in rev. 1.4) in the usage() function.
PR: bin/18153 Prompted by: Nathan Ahlstrom <nrahlstr@winternet.com>
This commit is contained in:
parent
9bdd4811f4
commit
671dd36817
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=62786
@ -1275,7 +1275,7 @@ usage(void)
|
||||
extern char version[];
|
||||
|
||||
Fprintf(stderr, "Version %s\n", version);
|
||||
Fprintf(stderr, "Usage: %s [-dnrv] [-w wait] [-m max_ttl] [-M min_ttl] \
|
||||
Fprintf(stderr, "Usage: %s [-Sdnrv] [-w wait] [-m max_ttl] [-M min_ttl] \
|
||||
[-P proto]\n\t [-p port#] [-q nqueries] [-t tos] [-s src_addr] [-g gateway] \
|
||||
\n\t host [data_size]\n", prog);
|
||||
exit(1);
|
||||
|
Loading…
Reference in New Issue
Block a user