fixed usage string
This commit is contained in:
parent
44ce161c13
commit
66e31556db
1 changed files with 1 additions and 1 deletions
2
slock.c
2
slock.c
|
@ -261,7 +261,7 @@ main(int argc, char **argv) {
|
||||||
int screen;
|
int screen;
|
||||||
|
|
||||||
if((argc == 2) && !strcmp("-v", argv[1]))
|
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)
|
else if(argc != 1)
|
||||||
usage();
|
usage();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue