st

simple terminal

git clone https://9o.is/git/st.git

commit e3b173fff369d5fdb1506393d0b1410c2af647c5
parent 434cee494a7fcf1c7f328af9381bba53ac9cd8f2
Author: Christoph Lohmann <20h@r-36.net>
Date:   Fri, 24 Jul 2015 18:25:33 +0200

Adding -T to the usage too.

Diffstat:
Mst.c | 6++++--
1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/st.c b/st.c @@ -4259,9 +4259,11 @@ usage(void) { die("%s " VERSION " (c) 2010-2015 st engineers\n" "usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n" - " [-i] [-t title] [-w windowid] [-e command ...] [command ...]\n" + " [-i] [-t title] [-T title] [-w windowid] [-e command ...]" + " [command ...]\n" " st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n" - " [-i] [-t title] [-w windowid] [-l line] [stty_args ...]\n", + " [-i] [-t title] [-T title] [-w windowid] [-l line]" + " [stty_args ...]\n", argv0); }