diff options
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmFindFileCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmFindFileCommand.cxx b/Source/cmFindFileCommand.cxx index 36bcbd2..1466bdd 100644 --- a/Source/cmFindFileCommand.cxx +++ b/Source/cmFindFileCommand.cxx @@ -21,7 +21,7 @@ cmFindFileCommand::cmFindFileCommand() { this->IncludeFileInPath = true; cmSystemTools::ReplaceString(this->GenericDocumentation, - "FIND_PATH", "find_file"); + "find_path", "find_file"); cmSystemTools::ReplaceString(this->GenericDocumentation, "directory containing the named file", "full path to named file"); |