Commit c5f1d74

Nils Reuße <ml@hxgn.net>
2015-02-15 11:46:15
Update year in usage()
1 parent 7dd24bf
Changed files (1)
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);
 }