diff options
author | bms <bms@FreeBSD.org> | 2004-06-14 19:29:37 +0000 |
---|---|---|
committer | bms <bms@FreeBSD.org> | 2004-06-14 19:29:37 +0000 |
commit | a425dc3a68936d04244d179cc2856d617bb13cf9 (patch) | |
tree | 29f1b8690f1b973d139798b2dda33c04b37aa47f /usr.bin/whois | |
parent | 3effd7dce0b1936a4fa6bd5cdf66bf70103e490a (diff) | |
download | FreeBSD-src-a425dc3a68936d04244d179cc2856d617bb13cf9.zip FreeBSD-src-a425dc3a68936d04244d179cc2856d617bb13cf9.tar.gz |
Add -b to usage.
Pointed out by: ceri
Pointy hat to: bms
Diffstat (limited to 'usr.bin/whois')
-rw-r--r-- | usr.bin/whois/whois.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c index ad488e5..a5be865 100644 --- a/usr.bin/whois/whois.c +++ b/usr.bin/whois/whois.c @@ -346,7 +346,7 @@ static void usage(void) { fprintf(stderr, - "usage: whois [-aAdgiIlmQrR6] [-c country-code | -h hostname] " + "usage: whois [-aAbdgiIlmQrR6] [-c country-code | -h hostname] " "[-p port] name ...\n"); exit(EX_USAGE); } |