aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Lohmann <20h@r-36.net>2014-04-22 19:22:58 +0200
committerChristoph Lohmann <20h@r-36.net>2014-04-22 19:22:58 +0200
commit87abc7cd596ca34a2e664f1c762f8b69b82eba40 (patch)
tree62580757efb2c2543410dd2ab4926d3714728881
parent138887033193389854a2cb748b8940793a7bfb6f (diff)
downloadst-87abc7cd596ca34a2e664f1c762f8b69b82eba40.tar.gz
st-87abc7cd596ca34a2e664f1c762f8b69b82eba40.tar.bz2
It's 2014 now.
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 7ffe59a..019f53c 100644
--- a/st.c
+++ b/st.c
@@ -3815,7 +3815,7 @@ run(void) {
void
usage(void) {
- die("%s " VERSION " (c) 2010-2013 st engineers\n" \
+ die("%s " VERSION " (c) 2010-2014 st engineers\n" \
"usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]" \
" [-t title] [-w windowid] [-e command ...]\n", argv0);
}