Add message concerning file compression to troubleshoot cli

This commit is contained in:
Jean-Marcel Flach 2015-03-02 09:35:04 +01:00
parent 6e55715a6c
commit ba9cf9e4c2
1 changed files with 1 additions and 1 deletions

View File

@ -631,7 +631,7 @@ int TroubleshootCommand::Run(const boost::program_options::variables_map& vm, co
if (!vm.count("console")) {
std::cout
<< "\nFinished collection. See '" << path << "'\n"
<< "Finished collection. See '" << path << "'\n"
<< "Please compress these files with tar or zip before uploading them\n";
}