aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
Diffstat (limited to 'st.c')
-rw-r--r--st.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/st.c b/st.c
index 6e5953a..8f19018 100644
--- a/st.c
+++ b/st.c
@@ -3870,8 +3870,8 @@ run(void) {
3870void 3870void
3871usage(void) { 3871usage(void) {
3872 die("%s " VERSION " (c) 2010-2014 st engineers\n" \ 3872 die("%s " VERSION " (c) 2010-2014 st engineers\n" \
3873 "usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]" \ 3873 "usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n"
3874 " [-t title] [-w windowid] [-e command ...]\n", argv0); 3874 " [-i] [-t title] [-w windowid] [-e command ...]\n", argv0);
3875} 3875}
3876 3876
3877int 3877int