Commit 10ea6313 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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.
parent d6fa1905
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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},