Introduction
Introduction Statistics Contact Development Disclaimer Help
fixed usage string - slock - simple X display locker utility
git clone git://git.suckless.org/slock
Log
Files
Refs
README
LICENSE
---
commit 66e31556db4921b5f24ced47dae5e1c7ea3bd150
parent 44ce161c139f74cac80dd77aafdfadb49a85af2a
Author: Anselm R Garbe <[email protected]>
Date: Mon, 22 Dec 2014 11:17:45 +0100
fixed usage string
Diffstat:
M slock.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git 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-2012 Anselm R Garbe\n", VERSION);
+ die("slock-%s, © 2006-2014 slock engineers\n", VERSION);
else if(argc != 1)
usage();
You are viewing proxied material from suckless.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.