1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-27 16:39:08 +00:00

Add -b to usage.

Pointed out by:	ceri
Pointy hat to:	bms
This commit is contained in:
Bruce M Simpson 2004-06-14 19:29:37 +00:00
parent 522542cc9c
commit 7714734ac9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=130487

View File

@ -346,7 +346,7 @@ static void
usage(void) usage(void)
{ {
fprintf(stderr, fprintf(stderr,
"usage: whois [-aAdgiIlmQrR6] [-c country-code | -h hostname] " "usage: whois [-aAbdgiIlmQrR6] [-c country-code | -h hostname] "
"[-p port] name ...\n"); "[-p port] name ...\n");
exit(EX_USAGE); exit(EX_USAGE);
} }