mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
2bc1d775f5
- they are mostly pointless in all major jurisdictions - many big corporations and projects already don't use them - saves us from pointless churn - git keeps history for us - the year range is kept in COPYING checksrc is updated to allow non-year using copyright statements Closes #10205
20 lines
464 B
Makefile
20 lines
464 B
Makefile
c: Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
|
SPDX-License-Identifier: curl
|
|
Long: telnet-option
|
|
Short: t
|
|
Arg: <opt=val>
|
|
Help: Set telnet option
|
|
Category: telnet
|
|
Example: -t TTYPE=vt100 telnet://example.com/
|
|
Added: 7.7
|
|
See-also: config
|
|
Multi: append
|
|
---
|
|
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.
|