diff options
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -0,0 +1,21 @@ +.TH ST 1 st-VERSION +.SH NAME +st \- simple terminal +.SH SYNOPSIS +.B st +.RB [ \-e " <cmd>"] +.RB [ \-t " <title>"] +.RB [ \-v ] +.SH DESCRIPTION +.B st +is a simple terminal emulator. +.SH OPTIONS +.TP +.B \-e <cmd> +Execute cmd instead of the shell +.TP +.B \-t <title> +Overrides the default title (st) +.TP +.BI \-v +Prints version information to standard output, then exits. |