diff options
author | Christoph Lohmann <20h@r-36.net> | 2015-07-24 18:25:33 +0200 |
---|---|---|
committer | Christoph Lohmann <20h@r-36.net> | 2015-07-24 18:25:33 +0200 |
commit | dc33d1d66e89ee974cc6d7cfa2efb693ce67aa86 (patch) | |
tree | b31e221d097ea19e931f39b95b0707b4ac122ec9 /st.c | |
parent | b5e29cce5246f30dc671cbb9486af704bc8cd2fc (diff) |
Adding -T to the usage too.
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -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); } |