pinosaur
/
st.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7dd24bf
)
Update year in usage()
author
Nils Reuße
<ml@hxgn.net>
Sun, 15 Feb 2015 16:46:15 +0000
(17:46 +0100)
committer
Roberto E. Vargas Caballero
<k0ga@shike2.com>
Sun, 15 Feb 2015 16:46:15 +0000
(17:46 +0100)
st.c
patch
|
blob
|
history
diff --git
a/st.c
b/st.c
index
142a152
..
b9d30a7
100644
(file)
--- a/
st.c
+++ b/
st.c
@@
-3938,7
+3938,7
@@
run(void) {
void
usage(void) {
- die("%s " VERSION " (c) 2010-201
4
st engineers\n" \
+ die("%s " VERSION " (c) 2010-201
5
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);
}