]> prime8.dev >> repos - ttyd.git/commitdiff
Fix typo, OPTOINS -> OPTIONS (#1087)
authorKian-Meng Ang <kianmeng.ang@gmail.com>
Tue, 14 Mar 2023 06:31:23 +0000 (14:31 +0800)
committerGitHub <noreply@github.com>
Tue, 14 Mar 2023 06:31:23 +0000 (14:31 +0800)
Found via `typos --format brief`

man/ttyd.1
man/ttyd.man.md

index 1d80b0249bbd6e1e308d213bd7aaf58372c27df7..729b548ad750585ef5ae9bf703c17b8885e9c1f2 100644 (file)
@@ -83,7 +83,7 @@ Cross platform: macOS, Linux, FreeBSD/OpenBSD, OpenWrt/LEDE, Windows
 
 .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:
 
index ed0468080e17e91e0dd42e5625103bab2b7fe6d4..1e59d13b5fc889b9cbb589c5a25a333601fd912b 100644 (file)
@@ -54,7 +54,7 @@ ttyd 1 "September 2016" ttyd "User Manual"
       Do not allow clients to write to the TTY
 
   -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