diff options
author | Christoph Lohmann <20h@r-36.net> | 2015-07-24 18:24:10 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-07-24 18:24:10 +0200 |
commit | b5e29cce5246f30dc671cbb9486af704bc8cd2fc (patch) | |
tree | ab1315a4fea42ae549841c6e069c7ae86e05dd5b /st.1 | |
parent | 4a193b96862c8ed7147048592aa4a898b3c05b5b (diff) |
Add -T, as recommended by Dmitrij D. Czarkoff
Diffstat (limited to 'st.1')
-rw-r--r-- | st.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -15,6 +15,8 @@ st \- simple terminal .IR file ] .RB [ \-t .IR title ] +.RB [ \-T +.IR title ] .RB [ \-l .IR line ] .RB [ \-w @@ -37,6 +39,8 @@ st \- simple terminal .IR file ] .RB [ \-t .IR title ] +.RB [ \-T +.IR title ] .RB [ \-l .IR line ] .RB [ \-w @@ -79,6 +83,9 @@ standard output. .BI \-t " title" defines the window title (default 'st'). .TP +.BI \-T " title" +defines the window title (default 'st'). +.TP .BI \-w " windowid" embeds st within the window identified by .I windowid |