diff options
author | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-09-02 02:02:56 +0200 |
---|---|---|
committer | Aurélien Aptel <aurelien.aptel@gmail.com> | 2010-09-02 02:02:56 +0200 |
commit | c762fce23cb146d7106dbc487fa60c3167e49018 (patch) | |
tree | 5cdde8b6f9b64e92bec3deb91b9294e11541ca86 /st.1 | |
parent | 5c7be4ad4dc50862e43f3d8cecc97380cb158b52 (diff) | |
download | st-c762fce23cb146d7106dbc487fa60c3167e49018.tar.gz st-c762fce23cb146d7106dbc487fa60c3167e49018.tar.bz2 |
added manpage.
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. |