aboutsummaryrefslogtreecommitdiffstats
path: root/st.1
diff options
context:
space:
mode:
authorAurélien Aptel <aurelien.aptel@gmail.com>2010-11-30 22:55:44 +0100
committerAurélien Aptel <aurelien.aptel@gmail.com>2010-11-30 22:55:44 +0100
commit86c5cb6de6644aeea3c480f66bdeb5e685aab86f (patch)
treec2e0b837ea9437f8ac9c2f5a5e0aeaf4b6ae3a7f /st.1
parent732b9601ed2543b1fa6acbc08ddc05818279265f (diff)
downloadst-86c5cb6de6644aeea3c480f66bdeb5e685aab86f.tar.gz
change -e behaviour and update man page.
Diffstat (limited to 'st.1')
-rw-r--r--st.125
1 files changed, 16 insertions, 9 deletions
diff --git a/st.1 b/st.1
index 29bdda6..f1f41a7 100644
--- a/st.1
+++ b/st.1
@@ -3,23 +3,30 @@
st \- simple terminal
.SH SYNOPSIS
.B st
-.RB [ \-e " <cmd>"]
-.RB [ \-c " <class>"]
-.RB [ \-t " <title>"]
+.RB [ \-c
+.IR class ]
+.RB [ \-t
+.IR title ]
.RB [ \-v ]
+.RB [ \-e
+.IR cmd ]
.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>
+.B \-t title
Overrides the default title (st)
.TP
-.B \-c <class>
+.B \-c class
Overrides the default class ($TERM)
.TP
-.BI \-v
+.B \-v
Prints version information to standard output, then exits.
+.TP
+.B \-e cmd [arguments]
+Execute cmd instead of the shell. Type your command as you would on your
+shell. If this option is used, it
+.BI "must be the last"
+on the command-line. This is the same behaviour as xterm/rxvt.
+
remember that computers suck.