Explorar o código

Adding -T to the usage too.

Christoph Lohmann %!s(int64=9) %!d(string=hai) anos
pai
achega
dc33d1d66e
Modificáronse 1 ficheiros con 4 adicións e 2 borrados
  1. 4 2
      st.c

+ 4 - 2
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);
 }