]> granicus.if.org Git - icinga2/commitdiff
Fix a grammar mistake in --help.
authorGunnar Beutner <gunnar@beutner.name>
Wed, 28 Aug 2013 15:19:34 +0000 (17:19 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Wed, 28 Aug 2013 15:19:34 +0000 (17:19 +0200)
icinga-app/icinga.cpp

index 3772479c5b5896e2be6b638715cac415dad6bda5..9007c83d3aa00b679ab443dbdad81fadd23f22b4 100644 (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