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.
This commit is contained in:
Daniel Stenberg 2016-04-28 23:13:55 +02:00
parent d6fa190503
commit 10ea631390

View File

@ -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},