removed Sander from -v by request
This commit is contained in:
parent
18b2f4f34f
commit
a430a647e4
1 changed files with 1 additions and 1 deletions
2
slock.c
2
slock.c
|
@ -70,7 +70,7 @@ main(int argc, char **argv) {
|
||||||
XSetWindowAttributes wa;
|
XSetWindowAttributes wa;
|
||||||
|
|
||||||
if((argc == 2) && !strcmp("-v", argv[1]))
|
if((argc == 2) && !strcmp("-v", argv[1]))
|
||||||
eprint("slock-"VERSION", © 2006-2007 Anselm R. Garbe, Sander van Dijk\n");
|
eprint("slock-"VERSION", © 2006-2007 Anselm R. Garbe\n");
|
||||||
else if(argc != 1)
|
else if(argc != 1)
|
||||||
eprint("usage: slock [-v]\n");
|
eprint("usage: slock [-v]\n");
|
||||||
pws = get_password();
|
pws = get_password();
|
||||||
|
|
Loading…
Reference in a new issue