aboutsummaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authoranselm@garbe.us <unknown>2012-02-11 10:48:18 +0100
committeranselm@garbe.us <unknown>2012-02-11 10:48:18 +0100
commite478f91c102e6d5ed2412440b12cd10755fd8059 (patch)
treefe8568b7e207ee87d8129c8a6fd9d81f0421b116 /st.c
parentc7ed0d1bad245b9aa1770228a52aa611b00e8223 (diff)
downloadst-patched-e478f91c102e6d5ed2412440b12cd10755fd8059.tar.bz2
st-patched-e478f91c102e6d5ed2412440b12cd10755fd8059.tar.xz
st-patched-e478f91c102e6d5ed2412440b12cd10755fd8059.zip
some minor fixes
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index b1db093..abaa7bf 100644
--- a/st.c
+++ b/st.c
@@ -34,7 +34,7 @@
34#endif 34#endif
35 35
36#define USAGE \ 36#define USAGE \
37 "st " VERSION " (c) 2010-2011 st engineers\n" \ 37 "st " VERSION " (c) 2010-2012 st engineers\n" \
38 "usage: st [-t title] [-c class] [-w windowid] [-v] [-e command...]\n" 38 "usage: st [-t title] [-c class] [-w windowid] [-v] [-e command...]\n"
39 39
40/* XEMBED messages */ 40/* XEMBED messages */