mirror of
https://github.com/curl/curl.git
synced 2025-01-30 14:22:33 +08:00
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:
parent
d6fa190503
commit
10ea631390
@ -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},
|
||||
|
Loading…
Reference in New Issue
Block a user