X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=st.c;h=b9d30a72f4a5b7e24c8f4014f6a51750c4b3cb7a;hb=3604445ffc6ff1bfdfc7614771ca659e423b404b;hp=142a15211ef492e0e62e41047ee5c8e36075d575;hpb=7dd24bfb4c80960567d2d4dd4cf7ca5f2af95a52;p=st.git diff --git a/st.c b/st.c index 142a152..b9d30a7 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); }