telnet-option.d 464 B

12345678910111213141516171819
  1. c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
  2. SPDX-License-Identifier: curl
  3. Long: telnet-option
  4. Short: t
  5. Arg: <opt=val>
  6. Help: Set telnet option
  7. Category: telnet
  8. Example: -t TTYPE=vt100 telnet://example.com/
  9. Added: 7.7
  10. See-also: config
  11. Multi: append
  12. ---
  13. Pass options to the telnet protocol. Supported options are:
  14. TTYPE=<term> Sets the terminal type.
  15. XDISPLOC=<X display> Sets the X display location.
  16. NEW_ENV=<var,val> Sets an environment variable.