diff options
| -rw-r--r-- | st.c | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -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 | ||
