aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2013-01-20 15:12:45 +0100
committerChristoph Lohmann <20h@r-36.net>2013-01-20 15:12:45 +0100
commit3036051fb18addd8ac15eac9e0ef3ee6aeb8bbc6 (patch)
tree689a1c520de466711032e8a91889f5faa7926293
parentd8f3809345d62477c204e03071db61fe8443fd5f (diff)
downloadst-patched-3036051fb18addd8ac15eac9e0ef3ee6aeb8bbc6.tar.bz2
st-patched-3036051fb18addd8ac15eac9e0ef3ee6aeb8bbc6.tar.xz
st-patched-3036051fb18addd8ac15eac9e0ef3ee6aeb8bbc6.zip
St is in 2013 now.
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 5f75c39..6749dbd 100644
--- a/st.c
+++ b/st.c
@@ -44,7 +44,7 @@
44#endif 44#endif
45 45
46#define USAGE \ 46#define USAGE \
47 "st " VERSION " (c) 2010-2012 st engineers\n" \ 47 "st " VERSION " (c) 2010-2013 st engineers\n" \
48 "usage: st [-v] [-c class] [-f font] [-g geometry] [-o file]" \ 48 "usage: st [-v] [-c class] [-f font] [-g geometry] [-o file]" \
49 " [-t title] [-w windowid] [-e command ...]\n" 49 " [-t title] [-w windowid] [-e command ...]\n"
50 50