From 5b3aa45e58a9d2da7814f57532b34d0472e56a5f Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Tue, 28 Jan 2014 22:56:42 +0100 Subject: CommandLine: remove junk from string literal --- src/CommandLine.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CommandLine.cxx b/src/CommandLine.cxx index 5500d43ba..7884dea01 100644 --- a/src/CommandLine.cxx +++ b/src/CommandLine.cxx @@ -104,7 +104,7 @@ static void version(void) "This is free software; see the source for copying conditions. There is NO\n" "warranty; not even MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n" "\n" - "db/Database plugins:"); + "Database plugins:"); for (auto i = database_plugins; *i != nullptr; ++i) printf(" %s", (*i)->name); -- cgit v1.2.3