diff options
Diffstat (limited to 'man')
-rw-r--r-- | man/ttyd.1 | 8 | ||||
-rw-r--r-- | man/ttyd.man.md | 5 |
2 files changed, 10 insertions, 3 deletions
@@ -78,7 +78,7 @@ Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows Allow client to send command line arguments in URL (eg: http://localhost:7681?arg=foo&arg=bar) .PP --R, --writable +-W, --writable Allow clients to write to the TTY (readonly by default) .PP @@ -102,6 +102,10 @@ Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows Accept only one client and exit on disconnection .PP +-q, --exit-no-conn + Exit on all clients disconnection + +.PP -B, --browser Open terminal with the default system browser @@ -115,7 +119,7 @@ Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows .PP -P, --ping-interval - Websocket ping interval(sec) (default: 300) + Websocket ping interval(sec) (default: 5) .PP -6, --ipv6 diff --git a/man/ttyd.man.md b/man/ttyd.man.md index 8ff9c42..98497cb 100644 --- a/man/ttyd.man.md +++ b/man/ttyd.man.md @@ -68,6 +68,9 @@ ttyd 1 "September 2016" ttyd "User Manual" -o, --once Accept only one client and exit on disconnection + -q, --exit-no-conn + Exit on all clients disconnection + -B, --browser Open terminal with the default system browser @@ -78,7 +81,7 @@ ttyd 1 "September 2016" ttyd "User Manual" Expected base path for requests coming from a reverse proxy (eg: /mounted/here, max length: 128) -P, --ping-interval - Websocket ping interval(sec) (default: 300) + Websocket ping interval(sec) (default: 5) -6, --ipv6 Enable IPv6 support |