aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-10-31 00:12:26 +0100
committerMax Kellermann <max@duempel.org>2013-10-31 00:12:31 +0100
commit8c6727949c4df5b2886a62d3f3dae2935a345190 (patch)
treef421969fa8db15c9c0afa9de9b4ee4e50f4771e3 /src
parentff9b717bf621d5822e4a6dd489998cc359b03692 (diff)
downloadmpd-8c6727949c4df5b2886a62d3f3dae2935a345190.tar.gz
mpd-8c6727949c4df5b2886a62d3f3dae2935a345190.tar.xz
mpd-8c6727949c4df5b2886a62d3f3dae2935a345190.zip
CommandLine: simplified program name line
Diffstat (limited to 'src')
-rw-r--r--src/CommandLine.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx
index 4d9c1005b..05f0a358c 100644
--- a/src/CommandLine.cxx
+++ b/src/CommandLine.cxx
@@ -66,7 +66,7 @@ static constexpr Domain cmdline_domain("cmdline");
gcc_noreturn
static void version(void)
{
- puts(PACKAGE " (MPD: Music Player Daemon) " VERSION " \n"
+ puts("Music Player Daemon " VERSION "\n"
"\n"
"Copyright (C) 2003-2007 Warren Dukes <warren.dukes@gmail.com>\n"
"Copyright (C) 2008-2013 Max Kellermann <max@duempel.org>\n"