aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorNils Reuße2015-02-15 17:46:15 +0100
committerRoberto E. Vargas Caballero2015-02-15 17:46:15 +0100
commit4bdf92ed69f8c8132611e92c6b395454f11f4383 (patch)
tree8462474e7884d42cab984b4ac615c17b04f633bc
parent02aa945199da27ff5676302daeb9c5b2f66ac4bc (diff)
downloadaur-4bdf92ed69f8c8132611e92c6b395454f11f4383.tar.gz
Update year in usage()
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 142a15211ef4..b9d30a72f4a5 100644
--- a/st.c
+++ b/st.c
@@ -3938,7 +3938,7 @@ run(void) {
void
usage(void) {
- die("%s " VERSION " (c) 2010-2014 st engineers\n" \
+ die("%s " VERSION " (c) 2010-2015 st engineers\n" \
"usage: st [-a] [-v] [-c class] [-f font] [-g geometry] [-o file]\n"
" [-i] [-t title] [-w windowid] [-e command ...]\n", argv0);
}