aboutsummaryrefslogtreecommitdiffstats
path: root/st.1
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2012-09-30 20:23:10 +0200
committerChristoph Lohmann <20h@r-36.net>2012-09-30 20:23:10 +0200
commit5dfd5df4fe566beb17069e6390236854f6ace58f (patch)
tree57bcf4a15154e9ae1bfdc0097812f9310038b2eb /st.1
parent9cae1eb0ded2e1ca604753893e2307531ef73afc (diff)
downloadst-5dfd5df4fe566beb17069e6390236854f6ace58f.tar.gz
This changes -f to be the parameter for the font. Now -f is -o.
The parameters were reordered according to the alphabet too.
Diffstat (limited to 'st.1')
-rw-r--r--st.133
1 files changed, 21 insertions, 12 deletions
diff --git a/st.1 b/st.1
index 8ec0008..1c100c0 100644
--- a/st.1
+++ b/st.1
@@ -5,15 +5,17 @@ st \- simple terminal
.B st
.RB [ \-c
.IR class ]
+.RB [ \-f
+.IR font ]
.RB [ \-g
.IR geometry ]
+.RB [ \-o
+.IR file ]
.RB [ \-t
.IR title ]
.RB [ \-w
.IR windowid ]
.RB [ \-v ]
-.RB [ \-f
-.IR file ]
.RB [ \-e
.IR command ...]
.SH DESCRIPTION
@@ -21,26 +23,33 @@ st \- simple terminal
is a simple terminal emulator.
.SH OPTIONS
.TP
-.BI \-t " title"
-defines the window title (default 'st').
-.TP
.BI \-c " class"
defines the window class (default $TERM).
.TP
+.BI \-f " font"
+defines the
+.I font
+to use when st is run.
+.TP
+.BI \-g " geometry"
+defines the X11 geometry string, which will fixate the height and width of st.
+.TP
+.BI \-o " file"
+writes all the I/O to
+.I file.
+This feature is useful when recording st sessions. A value of "-" means
+standard output.
+.TP
+.BI \-t " title"
+defines the window title (default 'st').
+.TP
.BI \-w " windowid"
embeds st within the window identified by
.I windowid
.TP
-.B \-g " geometry"
-defines the X11 geometry string, which will fixate the height and width of st.
.B \-v
prints version information to stderr, then exits.
.TP
-.BI \-f " file"
-writes all the I/O to
-.I file.
-This feature is useful when recording st sessions.
-.TP
.BI \-e " program " [ " arguments " "... ]"
st executes
.I program
remember that computers suck.