runtime(doc): Fix manpage typo in description of '--ttyfail'

This seems to have been accidentally introduced in
ce6fe84db2.

closes: #20186

Signed-off-by: Matthew Fernandez <matthew.fernandez@gmail.com>
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
Matthew Fernandez
2026-05-11 16:18:56 +00:00
committed by Christian Brabandt
parent bfebd1209b
commit 852f4f43ca
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -515,7 +515,7 @@ GTK GUI only: Use the GtkPlug mechanism to run gVim in another window.
During startup write timing messages to the file {fname}.
.TP
\-\-ttyfail
When stdin or stdout is not a a terminal (tty) then exit right away.
When stdin or stdout is not a terminal (tty) then exit right away.
.TP
\-\-version
Print version information and exit.
+1 -1
View File
@@ -396,7 +396,7 @@ OPTIONS
--startuptime {file}
During startup write timing messages to the file {fname}.
--ttyfail When stdin or stdout is not a a terminal (tty) then exit
--ttyfail When stdin or stdout is not a terminal (tty) then exit
right away.
--version Print version information and exit.