Update whois synopsis and usage with new options
This commit is contained in:
parent
cd59115f93
commit
e270f2d00e
@ -36,7 +36,7 @@
|
|||||||
.Nd "Internet domain name and network number directory service"
|
.Nd "Internet domain name and network number directory service"
|
||||||
.Sh SYNOPSIS
|
.Sh SYNOPSIS
|
||||||
.Nm
|
.Nm
|
||||||
.Op Fl aAbfgiIklmPQr
|
.Op Fl aAbfgiIklmPQrRS
|
||||||
.Op Fl c Ar country-code | Fl h Ar host
|
.Op Fl c Ar country-code | Fl h Ar host
|
||||||
.Op Fl p Ar port
|
.Op Fl p Ar port
|
||||||
.Ar name ...
|
.Ar name ...
|
||||||
|
@ -523,7 +523,7 @@ static void
|
|||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
fprintf(stderr,
|
fprintf(stderr,
|
||||||
"usage: whois [-aAbfgiIklmPQr] [-c country-code | -h hostname] "
|
"usage: whois [-aAbfgiIklmPQrRS] [-c country-code | -h hostname] "
|
||||||
"[-p port] name ...\n");
|
"[-p port] name ...\n");
|
||||||
exit(EX_USAGE);
|
exit(EX_USAGE);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user