summaryrefslogtreecommitdiff
path: root/whois.c
diff options
context:
space:
mode:
authorPetr Písař <ppisar@redhat.com>2013-04-09 14:20:39 +0200
committerMarco d'Itri <md@linux.it>2013-04-10 17:25:05 +0200
commitc5fb072b2b566883b5e045b6e180db233504ae75 (patch)
tree58bee1743928cd1806630942a5716f688020bc52 /whois.c
parent8ec60c27f03322354e6b7f2a7184ce5a0c29a181 (diff)
downloadwhois-c5fb072b2b566883b5e045b6e180db233504ae75.tar.gz
Remove -S option
RIPE-like `-S' option is not documented nor supported by RIPE.
Diffstat (limited to 'whois.c')
-rw-r--r--whois.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/whois.c b/whois.c
index 0061727..05bf055 100644
--- a/whois.c
+++ b/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) {