]> git.armaanb.net Git - st.git/commitdiff
Adding -T to the usage too.
authorChristoph Lohmann <20h@r-36.net>
Fri, 24 Jul 2015 16:25:33 +0000 (18:25 +0200)
committerChristoph Lohmann <20h@r-36.net>
Fri, 24 Jul 2015 16:25:33 +0000 (18:25 +0200)
st.c

diff --git a/st.c b/st.c
index c38497767fa981259817f00aa7f8365289b49240..0db3d58716d3b5203ee4f14b1559c63b3fa2585c 100644 (file)
--- 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);
 }