From 10ea6313904168ff7a16911d6d25fe467b7cf971 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 28 Apr 2016 23:13:55 +0200 Subject: curl: use --telnet-option as documented The code said "telnet-options" but no documentation ever said so. It worked fine since the code is fine with a unique match of the first part. --- src/tool_getparam.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src') diff --git a/src/tool_getparam.c b/src/tool_getparam.c index c06bdcbeb..e76de66e5 100644 --- a/src/tool_getparam.c +++ b/src/tool_getparam.c @@ -266,8 +266,7 @@ static const struct LongShort aliases[]= { {"R", "remote-time", FALSE}, {"s", "silent", FALSE}, {"S", "show-error", FALSE}, - {"t", "telnet-options", TRUE}, - /* 'telnet-options' documented as telnet-option */ + {"t", "telnet-option", TRUE}, {"T", "upload-file", TRUE}, {"u", "user", TRUE}, {"U", "proxy-user", TRUE}, -- cgit v1.2.3