change description texts

This commit is contained in:
Sascha Kruse 2013-01-16 22:41:42 +01:00
parent 749cef5452
commit dfb48b0e5f
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
=head1 NAME =head1 NAME
dunst - dmenu-ish notification daemon dunst - A customizable and lightweight notification-daemon
=head1 SYNOPSIS =head1 SYNOPSIS

View File

@ -1906,7 +1906,7 @@ void usage(int exit_status)
void print_version(void) 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); VERSION);
exit(EXIT_SUCCESS); exit(EXIT_SUCCESS);
} }