add -w option to embed st. (thx nodus cursorius)

This commit is contained in:
Aurélien Aptel
2011-06-08 21:35:58 +02:00
parent fb32d01a18
commit 4259a3ba3a
2 changed files with 14 additions and 2 deletions

6
st.1
View File

@ -7,6 +7,8 @@ st \- simple terminal
.IR class ]
.RB [ \-t
.IR title ]
.RB [ \-w
.IR windowid ]
.RB [ \-v ]
.RB [ \-e
.IR command ...]
@ -21,6 +23,10 @@ defines the window title (default 'st').
.BI \-c " class"
defines the window class (default $TERM).
.TP
.BI \-w " windowid"
embeds st within the window identified by
.I windowid
.TP
.B \-v
prints version information to stderr, then exits.
.TP