From 2105ce8cc7abd08f79d701bddd23f9fa4e2ee56d Mon Sep 17 00:00:00 2001 From: Michael Stapelberg Date: Wed, 11 Mar 2009 23:44:39 +0100 Subject: Add a manpage and install it, update debian description --- i3lock.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'i3lock.c') 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"); -- cgit v1.1