diff options
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -10,6 +10,8 @@ st \- simple terminal | |||
10 | .RB [ \-w | 10 | .RB [ \-w |
11 | .IR windowid ] | 11 | .IR windowid ] |
12 | .RB [ \-v ] | 12 | .RB [ \-v ] |
13 | .RB [ \-f | ||
14 | .IR file ] | ||
13 | .RB [ \-e | 15 | .RB [ \-e |
14 | .IR command ...] | 16 | .IR command ...] |
15 | .SH DESCRIPTION | 17 | .SH DESCRIPTION |
@@ -30,6 +32,10 @@ embeds st within the window identified by | |||
30 | .B \-v | 32 | .B \-v |
31 | prints version information to stderr, then exits. | 33 | prints version information to stderr, then exits. |
32 | .TP | 34 | .TP |
35 | .BI \-f " file" | ||
36 | writes all the I/O to | ||
37 | .I file | ||
38 | .TP | ||
33 | .BI \-e " program " [ " arguments " "... ]" | 39 | .BI \-e " program " [ " arguments " "... ]" |
34 | st executes | 40 | st executes |
35 | .I program | 41 | .I program |