Fix troubleshooting cli hint text

refs #3446
This commit is contained in:
Michael Friedrich 2015-03-02 15:28:02 +01:00
parent 1f9a719712
commit 97ff17eb4e
1 changed files with 1 additions and 1 deletions

View 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;