aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/whois
diff options
context:
space:
mode:
authorTony Finch <fanf@FreeBSD.org>2016-01-22 19:06:43 +0000
committerTony Finch <fanf@FreeBSD.org>2016-01-22 19:06:43 +0000
commitde80c945d272ec3dc5f40270a494b662c9509738 (patch)
tree3ab7a469c3d3e4ebcb8b52435faffa6a8be6a9ab /usr.bin/whois
parentfff38c35aec8eb877c1a450c929203ae87ee0346 (diff)
downloadsrc-de80c945d272ec3dc5f40270a494b662c9509738.tar.gz
src-de80c945d272ec3dc5f40270a494b662c9509738.zip
Update whois synopsis and usage with new options
Notes
Notes: svn path=/head/; revision=294591
Diffstat (limited to 'usr.bin/whois')
-rw-r--r--usr.bin/whois/whois.12
-rw-r--r--usr.bin/whois/whois.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/whois/whois.1 b/usr.bin/whois/whois.1
index 247a498e819c..bcc770ce9624 100644
--- a/usr.bin/whois/whois.1
+++ b/usr.bin/whois/whois.1
@@ -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 ...
diff --git a/usr.bin/whois/whois.c b/usr.bin/whois/whois.c
index 2cb7f321ace1..6be6c401c079 100644
--- a/usr.bin/whois/whois.c
+++ b/usr.bin/whois/whois.c
@@ -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);
}