mirror of
https://github.com/curl/curl.git
synced 2026-06-17 03:55:38 +03:00
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
15 lines
344 B
Makefile
15 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.
|