You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
362 B
22 lines
362 B
14 years ago
|
.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.
|