From 8c6727949c4df5b2886a62d3f3dae2935a345190 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 31 Oct 2013 00:12:26 +0100 Subject: CommandLine: simplified program name line --- src/CommandLine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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 \n" "Copyright (C) 2008-2013 Max Kellermann \n" -- cgit v1.2.3