summaryrefslogtreecommitdiff
path: root/i3lock.c
diff options
context:
space:
mode:
authorMichael Stapelberg <michael+x200@stapelberg.de>2009-03-11 23:44:39 +0100
committerMichael Stapelberg <michael+x200@stapelberg.de>2009-03-11 23:44:39 +0100
commit2105ce8cc7abd08f79d701bddd23f9fa4e2ee56d (patch)
tree4ef023700db6fb9f83e709141ee4c22979b510b6 /i3lock.c
parente76452528ab8dd9c553c26c4b70d157242d16e68 (diff)
Add a manpage and install it, update debian description
Diffstat (limited to 'i3lock.c')
-rw-r--r--i3lock.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/i3lock.c b/i3lock.c
index a729716..7bf913e 100644
--- a/i3lock.c
+++ b/i3lock.c
@@ -80,7 +80,8 @@ main(int argc, char **argv) {
XSetWindowAttributes wa;
if((argc == 2) && !strcmp("-v", argv[1]))
- die("slock-"VERSION", © 2006-2008 Anselm R Garbe\n");
+ die("i3lock-"VERSION", © 2009 Michael Stapelberg\n"
+ "based on slock, which is © 2006-2008 Anselm R Garbe\n");
else if(argc != 1)
die("usage: slock [-v]\n");