diff options
Diffstat (limited to 'man/ttyd.1')
-rw-r--r-- | man/ttyd.1 | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -78,12 +78,12 @@ 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, --readonly - Do not allow clients to write to the TTY +-R, --writable + Allow clients to write to the TTY (readonly by default) .PP -t, --client-option - Send option to client (format: key=value), repeat to add more options, see \fBCLIENT OPTOINS\fP for details + Send option to client (format: key=value), repeat to add more options, see \fBCLIENT OPTIONS\fP for details .PP -T, --terminal-type @@ -150,7 +150,7 @@ Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows Print this text and exit -.SH CLIENT OPTOINS +.SH CLIENT OPTIONS .PP ttyd has a mechanism to pass server side command-line arguments to the browser page which is called \fBclient options\fP: |