}
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 <http://gnu.org/licenses/gpl2.html>" << 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.";
std::cout << visibleDesc << std::endl
<< "Report bugs at <https://github.com/Icinga/icinga2>" << std::endl
- << "Get support: <https://www.icinga.com/support/>" << std::endl
- << "Icinga home page: <https://www.icinga.com/>" << std::endl;
+ << "Get support: <https://icinga.com/support/>" << std::endl
+ << "Documentation: <https://icinga.com/docs/>" << std::endl
+ << "Icinga home page: <https://icinga.com/>" << std::endl;
return EXIT_SUCCESS;
}
}