diff options
Diffstat (limited to 'Source/cmFindPathCommand.h')
-rw-r--r-- | Source/cmFindPathCommand.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/cmFindPathCommand.h b/Source/cmFindPathCommand.h index 048fc75..c8c10df 100644 --- a/Source/cmFindPathCommand.h +++ b/Source/cmFindPathCommand.h @@ -70,7 +70,9 @@ public: { return "FIND_PATH(PATH_DEFINE fileName path1 path2 path3...)\n" - "If the file is found, then PATH_DEFINE is set to the path where it was found"; + "If the file is found, then PATH_DEFINE is set to the path where it was found." + "If DOC is specified the next argument is the " + "documentation string for the cache entry NAME."; } cmTypeMacro(cmFindPathCommand, cmCommand); |