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 .SH SYNOPSIS .B st .RB [ \-e " <cmd>"] +.RB [ \-c " <class>"] .RB [ \-t " <title>"] .RB [ \-v ] .SH DESCRIPTION @@ -17,5 +18,8 @@ Execute cmd instead of the shell .B \-t <title> Overrides the default title (st) .TP +.B \-c <class> +Overrides the default class ($TERM) +.TP .BI \-v Prints version information to standard output, then exits. |