]> granicus.if.org Git - icinga2/commitdiff
Fix troubleshooting cli hint text
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 2 Mar 2015 14:28:02 +0000 (15:28 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Mon, 2 Mar 2015 14:28:02 +0000 (15:28 +0100)
refs #3446

lib/cli/troubleshootcommand.cpp

index 2e4f66297b815feeb70742b554d1a5f521c8882e..6a99e8909a40d712b2eb0aa53036af802b01e45d 100644 (file)
@@ -692,7 +692,7 @@ int TroubleshootCommand::Run(const boost::program_options::variables_map& vm, co
                        std::cout << "Objects log file: '" << path << "-objects'\n";
 
                std::cout << "\nPlease compress the files before uploading them,, for example:\n"
-                  << "'tar czf troubleshoot.tar.gz " << path << "*'\n";
+                  << "  # tar czf troubleshoot.tar.gz " << path << "*\n";
        }
 
        delete log;