From 965fd17c7bad1037be9d6ad359461a5a4002d0da Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Thu, 27 Sep 2012 13:16:42 +0200 Subject: [PATCH] fix --version description --- dunst.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dunst.c b/dunst.c index 401db54..70bc70e 100644 --- a/dunst.c +++ b/dunst.c @@ -1780,7 +1780,7 @@ void usage(int exit_status) void print_version(void) { - printf("Dunst - Dmenuish notification daemon version: %s\n", VERSION); + printf("Dunst - a dmenu-ish notification-daemon, version: %s\n", VERSION); exit(EXIT_SUCCESS); }