diff options
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -4,6 +4,7 @@ st \- simple terminal | |||
4 | .SH SYNOPSIS | 4 | .SH SYNOPSIS |
5 | .B st | 5 | .B st |
6 | .RB [ \-e " <cmd>"] | 6 | .RB [ \-e " <cmd>"] |
7 | .RB [ \-c " <class>"] | ||
7 | .RB [ \-t " <title>"] | 8 | .RB [ \-t " <title>"] |
8 | .RB [ \-v ] | 9 | .RB [ \-v ] |
9 | .SH DESCRIPTION | 10 | .SH DESCRIPTION |
@@ -17,5 +18,8 @@ Execute cmd instead of the shell | |||
17 | .B \-t <title> | 18 | .B \-t <title> |
18 | Overrides the default title (st) | 19 | Overrides the default title (st) |
19 | .TP | 20 | .TP |
21 | .B \-c <class> | ||
22 | Overrides the default class ($TERM) | ||
23 | .TP | ||
20 | .BI \-v | 24 | .BI \-v |
21 | Prints version information to standard output, then exits. | 25 | Prints version information to standard output, then exits. |