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; } }