mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ce6e3e5320
Since "too old" versions are no longer included in the generated man page, this field is now mandatory so that it won't be forgotten and then not included in the documentation. Closes #7786
16 lines
344 B
Makefile
16 lines
344 B
Makefile
Long: telnet-option
|
|
Short: t
|
|
Arg: <opt=val>
|
|
Help: Set telnet option
|
|
Category: telnet
|
|
Example: -t TTYPE=vt100 telnet://example.com/
|
|
Added: 7.7
|
|
---
|
|
Pass options to the telnet protocol. Supported options are:
|
|
|
|
TTYPE=<term> Sets the terminal type.
|
|
|
|
XDISPLOC=<X display> Sets the X display location.
|
|
|
|
NEW_ENV=<var,val> Sets an environment variable.
|