mirror of https://github.com/Icinga/icinga2.git
Fix a grammar mistake in --help.
This commit is contained in:
parent
e0c452bb00
commit
3198444fa6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue