diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmStringCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmStringCommand.cxx b/Source/cmStringCommand.cxx index df32afc..084eb7c 100644 --- a/Source/cmStringCommand.cxx +++ b/Source/cmStringCommand.cxx @@ -222,7 +222,7 @@ bool cmStringCommand::HandleRegexCommand(std::vector<std::string> const& args) { if(args.size() < 6) { - this->SetError("sub-command REGEX, mode MATCH needs " + this->SetError("sub-command REGEX, mode REPLACE needs " "at least 6 arguments total to command."); return false; } |