telnet-option.d 361 B

12345678910111213141516
  1. Long: telnet-option
  2. Short: t
  3. Arg: <opt=val>
  4. Help: Set telnet option
  5. Category: telnet
  6. Example: -t TTYPE=vt100 telnet://example.com/
  7. Added: 7.7
  8. See-also: config
  9. ---
  10. Pass options to the telnet protocol. Supported options are:
  11. TTYPE=<term> Sets the terminal type.
  12. XDISPLOC=<X display> Sets the X display location.
  13. NEW_ENV=<var,val> Sets an environment variable.