mirror of
https://github.com/rfc1036/whois.git
synced 2026-05-03 06:51:09 +00:00
Remove -S option
RIPE-like `-S' option is not documented nor supported by RIPE.
This commit is contained in:
parent
8ec60c27f0
commit
c5fb072b2b
2
whois.1
2
whois.1
@ -5,7 +5,7 @@ whois \- client for the whois directory service
|
||||
.B whois
|
||||
[\~{\~\fB\-h\fP | \fB\-\-host\fP\~}\~\fIHOST\fP\~]
|
||||
[\~{\~\fB\-p\fP | \fB\-\-port\fP\~}\~\fIPORT\fP\~]
|
||||
[\~\fB\-abBcdFGHKlLmMrRSx\fP\~]
|
||||
[\~\fB\-abBcdFGHKlLmMrRx\fP\~]
|
||||
[\~\fB\-g\fP\~\fISOURCE:FIRST\-LAST\fP\~]
|
||||
[\~\fB\-i\fP\~\fIATTR\fP[\fI,ATTR\fP]...\~]
|
||||
[\~\fB\-s\fP\~\fISOURCE\fP[\fI,SOURCE\fP]...\~]
|
||||
|
||||
2
whois.c
2
whois.c
@ -105,7 +105,7 @@ int main(int argc, char *argv[])
|
||||
argv = merge_args(getenv("WHOIS_OPTIONS"), argv, &argc);
|
||||
|
||||
while ((ch = GETOPT_LONGISH(argc, argv,
|
||||
"abBcdFg:Gh:Hi:KlLmMp:q:rRs:St:T:v:V:x", longopts, 0)) > 0) {
|
||||
"abBcdFg:Gh:Hi:KlLmMp:q:rRs:t:T:v:V:x", longopts, 0)) > 0) {
|
||||
/* RIPE flags */
|
||||
if (strchr(ripeflags, ch)) {
|
||||
if (strlen(fstring) + 3 > fstringlen) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user