Update whois synopsis and usage with new options

This commit is contained in:
Tony Finch 2016-01-22 19:06:43 +00:00
parent fff38c35ae
commit de80c945d2
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=294591
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@
.Nd "Internet domain name and network number directory service"
.Sh SYNOPSIS
.Nm
.Op Fl aAbfgiIklmPQr
.Op Fl aAbfgiIklmPQrRS
.Op Fl c Ar country-code | Fl h Ar host
.Op Fl p Ar port
.Ar name ...

View file

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