Add -c option to override the default window class

This commit is contained in:
Gregor Best
2010-11-19 17:13:13 +01:00
parent 70464e2080
commit b61afd24be
2 changed files with 10 additions and 2 deletions

4
st.1
View File

@ -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.