From b61afd24be566d8c8d7d5310fdad973441139428 Mon Sep 17 00:00:00 2001 From: Gregor Best Date: Fri, 19 Nov 2010 17:13:13 +0100 Subject: Add -c option to override the default window class --- st.1 | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'st.1') diff --git a/st.1 b/st.1 index 4d00d2f..29bdda6 100644 --- a/st.1 +++ b/st.1 @@ -4,6 +4,7 @@ st \- simple terminal .SH SYNOPSIS .B st .RB [ \-e " "] +.RB [ \-c " "] .RB [ \-t " "] .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. -- cgit v1.2.1