From: Jean-Marcel Flach Date: Mon, 2 Mar 2015 08:35:04 +0000 (+0100) Subject: Add message concerning file compression to troubleshoot cli X-Git-Tag: v2.3.0~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba9cf9e4c284800043da051d873b339cc4b24349;p=icinga2 Add message concerning file compression to troubleshoot cli --- diff --git a/lib/cli/troubleshootcommand.cpp b/lib/cli/troubleshootcommand.cpp index 4c30e8f98..b56cfc038 100644 --- a/lib/cli/troubleshootcommand.cpp +++ b/lib/cli/troubleshootcommand.cpp @@ -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"; }