[hackers] [st] Adding -T to the usage too. || Christoph Lohmann
commit dc33d1d66e89ee974cc6d7cfa2efb693ce67aa86
Author: Christoph Lohmann <20h_AT_r-36.net>
AuthorDate: Fri Jul 24 18:25:33 2015 +0200
Commit: Christoph Lohmann <20h_AT_r-36.net>
CommitDate: Fri Jul 24 18:25:33 2015 +0200
Adding -T to the usage too.
diff --git a/st.c b/st.c
index c384977..0db3d58 100644
--- a/st.c
+++ b/st.c
_AT_@ -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);
}
Received on Fri Jul 24 2015 - 18:25:54 CEST
This archive was generated by hypermail 2.3.0
: Fri Jul 24 2015 - 18:36:13 CEST