From 0072a6f7d9a544b2120b03e38d0c7777563e6b51 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 18 Oct 2018 09:39:34 +0200 Subject: [PATCH] icinga.com: Update icinga-app --- icinga-app/icinga.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/icinga-app/icinga.cpp b/icinga-app/icinga.cpp index 9dbdb3ad8..b97e79e83 100644 --- a/icinga-app/icinga.cpp +++ b/icinga-app/icinga.cpp @@ -543,7 +543,7 @@ static int Main() } if (vm.count("version")) { - std::cout << "Copyright (c) 2012-2018 Icinga Development Team (https://www.icinga.com/)" << std::endl + std::cout << "Copyright (c) 2012-2018 Icinga Development Team (https://icinga.com/)" << std::endl << "License GPLv2+: GNU GPL version 2 or later " << std::endl << "This is free software: you are free to change and redistribute it." << std::endl << "There is NO WARRANTY, to the extent permitted by law."; @@ -566,8 +566,9 @@ static int Main() std::cout << visibleDesc << std::endl << "Report bugs at " << std::endl - << "Get support: " << std::endl - << "Icinga home page: " << std::endl; + << "Get support: " << std::endl + << "Documentation: " << std::endl + << "Icinga home page: " << std::endl; return EXIT_SUCCESS; } }