fixed usage string

This commit is contained in:
Anselm R Garbe 2014-12-22 11:17:45 +01:00
parent 44ce161c13
commit 66e31556db

View file

@ -261,7 +261,7 @@ main(int argc, char **argv) {
int screen;
if((argc == 2) && !strcmp("-v", argv[1]))
die("slock-%s, © 2006-2012 Anselm R Garbe\n", VERSION);
die("slock-%s, © 2006-2014 slock engineers\n", VERSION);
else if(argc != 1)
usage();