pinosaur
/
slock.git
/ commitdiff
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
5051f04
..
face75e
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();