Xinqi Bao's Git
projects
/
st.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
Add write I/O to file
[st.git]
/
st.1
diff --git
a/st.1
b/st.1
index
b6c119f
..
931b481
100644
(file)
--- a/
st.1
+++ b/
st.1
@@
-10,6
+10,8
@@
st \- simple terminal
.RB [ \-w
.IR windowid ]
.RB [ \-v ]
.RB [ \-w
.IR windowid ]
.RB [ \-v ]
+.RB [ \-f
+.IR file ]
.RB [ \-e
.IR command ...]
.SH DESCRIPTION
.RB [ \-e
.IR command ...]
.SH DESCRIPTION
@@
-30,6
+32,10
@@
embeds st within the window identified by
.B \-v
prints version information to stderr, then exits.
.TP
.B \-v
prints version information to stderr, then exits.
.TP
+.BI \-f " file"
+writes all the I/O to
+.I file
+.TP
.BI \-e " program " [ " arguments " "... ]"
st executes
.I program
.BI \-e " program " [ " arguments " "... ]"
st executes
.I program