summaryrefslogtreecommitdiff
path: root/Source
diff options
context:
space:
mode:
authorBen Boeckel <ben.boeckel@kitware.com>2015-01-05 13:53:53 -0500
committerBen Boeckel <ben.boeckel@kitware.com>2015-01-05 13:53:53 -0500
commitc4e743674f3f7c576ff90cacae6465e7e171faed (patch)
tree4385ee0467ade6a203cb042dc1fa84ae8a2aa92b /Source
parent4b70635c9fe9b4425db275c2ed3be1b5223ebe4b (diff)
downloadcmake-c4e743674f3f7c576ff90cacae6465e7e171faed.tar.gz
cmcmd: fix copy/paste typo in '-E tar t' command
Diffstat (limited to 'Source')
-rw-r--r--Source/cmcmd.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmcmd.cxx b/Source/cmcmd.cxx
index a97444d1a0..37d2916df0 100644
--- a/Source/cmcmd.cxx
+++ b/Source/cmcmd.cxx
@@ -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;
}
}