projects
/
suckless
/
slock.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
44ce161
)
fixed usage string
author
Anselm R Garbe
<garbeam@gmail.com>
Mon, 22 Dec 2014 10:17:45 +0000
(11:17 +0100)
committer
Anselm R Garbe
<garbeam@gmail.com>
Mon, 22 Dec 2014 10:17:45 +0000
(11:17 +0100)
slock.c
patch
|
blob
|
history
diff --git
a/slock.c
b/slock.c
index 5051f04eb8a70a2fc7756fd29d6950850fb4236d..face75e7e3e09ba96453e7fea5b6a9aef9c21c22 100644
(file)
--- a/
slock.c
+++ b/
slock.c
@@
-261,7
+261,7
@@
main(int argc, char **argv) {
int screen;
if((argc == 2) && !strcmp("-v", argv[1]))
- die("slock-%s, © 2006-201
2 Anselm R Garbe
\n", VERSION);
+ die("slock-%s, © 2006-201
4 slock engineers
\n", VERSION);
else if(argc != 1)
usage();