Skip to content

Commit

Permalink
Fix typo, OPTOINS -> OPTIONS (#1087)
Browse files Browse the repository at this point in the history
Found via `typos --format brief`
  • Loading branch information
kianmeng committed Mar 14, 2023
1 parent fb65231 commit a767971
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions man/ttyd.1
Expand Up @@ -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
Expand Down Expand Up @@ -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:

Expand Down
4 changes: 2 additions & 2 deletions man/ttyd.man.md
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit a767971

Please sign in to comment.