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

View File

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