Commit 8c672794 authored by Max Kellermann's avatar Max Kellermann

CommandLine: simplified program name line

parent ff9b717b
...@@ -66,7 +66,7 @@ static constexpr Domain cmdline_domain("cmdline"); ...@@ -66,7 +66,7 @@ static constexpr Domain cmdline_domain("cmdline");
gcc_noreturn gcc_noreturn
static void version(void) static void version(void)
{ {
puts(PACKAGE " (MPD: Music Player Daemon) " VERSION " \n" puts("Music Player Daemon " VERSION "\n"
"\n" "\n"
"Copyright (C) 2003-2007 Warren Dukes <warren.dukes@gmail.com>\n" "Copyright (C) 2003-2007 Warren Dukes <warren.dukes@gmail.com>\n"
"Copyright (C) 2008-2013 Max Kellermann <max@duempel.org>\n" "Copyright (C) 2008-2013 Max Kellermann <max@duempel.org>\n"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment