diff options
author | Nils Reuße <ml@hxgn.net> | 2015-02-15 17:46:15 +0100 |
---|---|---|
committer | Roberto E. Vargas Caballero <k0ga@shike2.com> | 2015-02-15 17:46:15 +0100 |
commit | c5f1d74fd83319d84887c7ff6769f3d42c3d1a0d (patch) | |
tree | 27622e40cc3a5566cd2524f0cc0849a1d7fb7e54 /st.c | |
parent | 7dd24bfb4c80960567d2d4dd4cf7ca5f2af95a52 (diff) | |
download | st-c5f1d74fd83319d84887c7ff6769f3d42c3d1a0d.tar.gz st-c5f1d74fd83319d84887c7ff6769f3d42c3d1a0d.tar.bz2 |
Update year in usage()
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |