diff options
Diffstat (limited to 'Source/cmFindFileCommand.h')
-rw-r--r-- | Source/cmFindFileCommand.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/Source/cmFindFileCommand.h b/Source/cmFindFileCommand.h index d245fa7..9d5fc90 100644 --- a/Source/cmFindFileCommand.h +++ b/Source/cmFindFileCommand.h @@ -94,7 +94,11 @@ public: virtual const char* GetFullDocumentation() { return - "FIND_FILE(NAME file extrapath extrapath ...)"; + "FIND_FILE(NAME file extrapath extrapath ... [DOC docstring])" + "Find a file in the system PATH or in any extra paths specified in the command." + "A cache entry called NAME is created to store the result. NOTFOUND is the value" + " used if the file was not found. If DOC is specified the next argument is the " + "documentation string for the cache entry NAME."; } cmTypeMacro(cmFindFileCommand, cmCommand); |