CommandLine: remove junk from string literal

This commit is contained in:
Max Kellermann 2014-01-28 22:56:42 +01:00
parent c4403c523f
commit 5b3aa45e58
1 changed files with 1 additions and 1 deletions

View File

@ -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);