Browse Source

Update year in usage()

master
Nils Reuße 9 years ago
committed by Roberto E. Vargas Caballero
parent
commit
c5f1d74fd8
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      st.c

+ 1
- 1
st.c View File

@ -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);
}


Loading…
Cancel
Save