mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-31 01:24:19 +02:00
Add message concerning file compression to troubleshoot cli
This commit is contained in:
parent
6e55715a6c
commit
ba9cf9e4c2
@ -631,7 +631,7 @@ int TroubleshootCommand::Run(const boost::program_options::variables_map& vm, co
|
|||||||
|
|
||||||
if (!vm.count("console")) {
|
if (!vm.count("console")) {
|
||||||
std::cout
|
std::cout
|
||||||
<< "\nFinished collection. See '" << path << "'\n"
|
<< "Finished collection. See '" << path << "'\n"
|
||||||
<< "Please compress these files with tar or zip before uploading them\n";
|
<< "Please compress these files with tar or zip before uploading them\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user