From 97ff17eb4ef81ce90baf277cd93150827fb845d8 Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Mon, 2 Mar 2015 15:28:02 +0100 Subject: [PATCH] Fix troubleshooting cli hint text refs #3446 --- lib/cli/troubleshootcommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli/troubleshootcommand.cpp b/lib/cli/troubleshootcommand.cpp index 2e4f66297..6a99e8909 100644 --- a/lib/cli/troubleshootcommand.cpp +++ b/lib/cli/troubleshootcommand.cpp @@ -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;