Fix a grammar mistake in --help.

This commit is contained in:
Gunnar Beutner 2013-08-28 17:19:34 +02:00
parent e0c452bb00
commit 3198444fa6
1 changed files with 1 additions and 1 deletions

View File

@ -219,7 +219,7 @@ int main(int argc, char **argv)
if (appName.GetLength() > 3 && appName.SubStr(0, 3) == "lt-")
appName = appName.SubStr(3, appName.GetLength() - 3);
std::cout << appName << " " << "- The Icinga 2 networking monitoring daemon.";
std::cout << appName << " " << "- The Icinga 2 network monitoring daemon.";
if (g_AppParams.count("version")) {
#ifndef _WIN32