summaryrefslogtreecommitdiffstats
path: root/man/ttyd.man.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-04 12:22:35 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-10-04 12:22:35 +0000
commit27389dc7d4aacc15a6201621fb793b3e1027f46e (patch)
treec91ab0ac9447b25f91c05e901212c2142fb95953 /man/ttyd.man.md
parentAdding upstream version 1.7.3. (diff)
downloadttyd-27389dc7d4aacc15a6201621fb793b3e1027f46e.tar.xz
ttyd-27389dc7d4aacc15a6201621fb793b3e1027f46e.zip
Adding upstream version 1.7.4.upstream/1.7.4
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'man/ttyd.man.md')
-rw-r--r--man/ttyd.man.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/man/ttyd.man.md b/man/ttyd.man.md
index ed04680..8ff9c42 100644
--- a/man/ttyd.man.md
+++ b/man/ttyd.man.md
@@ -50,11 +50,11 @@ ttyd 1 "September 2016" ttyd "User Manual"
-a, --url-arg
Allow client to send command line arguments in URL (eg: http://localhost:7681?arg=foo&arg=bar)
- -R, --readonly
- Do not allow clients to write to the TTY
+ -W, --writable
+ Allow clients to write to the TTY (readonly by default)
-t, --client-option <key=value>
- Send option to client (format: key=value), repeat to add more options, see **CLIENT OPTOINS** for details
+ Send option to client (format: key=value), repeat to add more options, see **CLIENT OPTIONS** for details
-T, --terminal-type
Terminal type to report, default: xterm-256color
@@ -104,7 +104,7 @@ ttyd 1 "September 2016" ttyd "User Manual"
-h, --help
Print this text and exit
-# CLIENT OPTOINS
+# CLIENT OPTIONS
ttyd has a mechanism to pass server side command-line arguments to the browser page which is called **client options**:
```bash