Update whois synopsis and usage with new options

This commit is contained in:
fanf 2016-01-22 19:06:43 +00:00
parent cd59115f93
commit e270f2d00e
2 changed files with 2 additions and 2 deletions

View File

@ -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 ...

View File

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