X-Git-Url: https://git.xinqibao.xyz/st.git/blobdiff_plain/4a193b96862c8ed7147048592aa4a898b3c05b5b..dc33d1d66e89ee974cc6d7cfa2efb693ce67aa86:/st.c diff --git a/st.c b/st.c index f53378c..0db3d58 100644 --- 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); } @@ -4302,6 +4304,7 @@ main(int argc, char *argv[]) opt_line = EARGF(usage()); break; case 't': + case 'T': opt_title = EARGF(usage()); break; case 'w':