It's 2014 now.

This commit is contained in:
Christoph Lohmann 2014-04-22 19:22:58 +02:00
parent 1388870331
commit 87abc7cd59
1 changed files with 1 additions and 1 deletions

2
st.c
View File

@ -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);
}