]> granicus.if.org Git - icinga2/commitdiff
Add message concerning file compression to troubleshoot cli
authorJean-Marcel Flach <jean-marcel.flach@netways.de>
Mon, 2 Mar 2015 08:35:04 +0000 (09:35 +0100)
committerJean-Marcel Flach <jean-marcel.flach@netways.de>
Mon, 2 Mar 2015 08:35:04 +0000 (09:35 +0100)
lib/cli/troubleshootcommand.cpp

index 4c30e8f989d3fb3424f9344a99ab51062abab6da..b56cfc038317e2e5dec2caba6a8376bb3752e6e7 100644 (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";
        }