aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/st.c b/st.c
index c384977..0db3d58 100644
--- a/st.c
+++ b/st.c
@@ -4259,9 +4259,11 @@ usage(void)
4259{ 4259{
4260 die("%s " VERSION " (c) 2010-2015 st engineers\n" 4260 die("%s " VERSION " (c) 2010-2015 st engineers\n"
4261 "usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n" 4261 "usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n"
4262 " [-i] [-t title] [-w windowid] [-e command ...] [command ...]\n" 4262 " [-i] [-t title] [-T title] [-w windowid] [-e command ...]"
4263 " [command ...]\n"
4263 " st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n" 4264 " st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n"
4264 " [-i] [-t title] [-w windowid] [-l line] [stty_args ...]\n", 4265 " [-i] [-t title] [-T title] [-w windowid] [-l line]"
4266 " [stty_args ...]\n",
4265 argv0); 4267 argv0);
4266} 4268}
4267 4269