X-Git-Url: https://jasonwoof.com/gitweb/?p=st.git;a=blobdiff_plain;f=st.c;h=019f53ce7662c933b63c39130a00c9a7530c6430;hp=7ffe59ac1466e0f8ed4e0681bb13a1cfbd6a927f;hb=87abc7cd596ca34a2e664f1c762f8b69b82eba40;hpb=138887033193389854a2cb748b8940793a7bfb6f 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); }