~petersanchez/st

dc33d1d66e89ee974cc6d7cfa2efb693ce67aa86 — Christoph Lohmann 8 years ago b5e29cc
Adding -T to the usage too.
1 files changed, 4 insertions(+), 2 deletions(-)

M st.c
M st.c => st.c +4 -2
@@ 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);
}