From dfb48b0e5f4b1671df834a5c2980da2604c1c02d Mon Sep 17 00:00:00 2001 From: Sascha Kruse Date: Wed, 16 Jan 2013 22:41:42 +0100 Subject: [PATCH] change description texts --- README.pod | 2 +- dunst.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.pod b/README.pod index a0e561a..f386539 100644 --- a/README.pod +++ b/README.pod @@ -1,6 +1,6 @@ =head1 NAME -dunst - dmenu-ish notification daemon +dunst - A customizable and lightweight notification-daemon =head1 SYNOPSIS diff --git a/dunst.c b/dunst.c index def01d7..95e6868 100644 --- a/dunst.c +++ b/dunst.c @@ -1906,7 +1906,7 @@ void usage(int exit_status) void print_version(void) { - printf("Dunst - a dmenu-ish notification-daemon, version: %s\n", + printf("Dunst - A customizable and lightweight notification-daemon%s\n", VERSION); exit(EXIT_SUCCESS); }