Merge topic 'fix-error-message-typo-tar-cmd'

c4e74367 cmcmd: fix copy/paste typo in '-E tar t' command
This commit is contained in:
Brad King 2015-01-08 14:57:59 -05:00 committed by CMake Topic Stage
commit c1c1fcb17c
1 changed files with 1 additions and 1 deletions

View File

@ -753,7 +753,7 @@ int cmcmd::ExecuteCMakeCommand(std::vector<std::string>& args)
{
if ( !cmSystemTools::ListTar(outFile.c_str(), gzip, verbose) )
{
cmSystemTools::Error("Problem creating tar: ", outFile.c_str());
cmSystemTools::Error("Problem listing tar: ", outFile.c_str());
return 1;
}
}