telnet-option.d 344 B

123456789101112131415
  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. ---
  9. Pass options to the telnet protocol. Supported options are:
  10. TTYPE=<term> Sets the terminal type.
  11. XDISPLOC=<X display> Sets the X display location.
  12. NEW_ENV=<var,val> Sets an environment variable.