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