diff options
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r-- | Source/cmFileCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index fd61694..f3ca020 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -97,7 +97,8 @@ public: "Examples of recursive globbing include:\n" " /dir/*.py - match all python files in /dir and subdirectories\n" "MAKE_DIRECTORY will create a directory at the specified location\n" - "RELATIVE_PATH will determine relative path from directory to the given file"; + "RELATIVE_PATH will determine relative path from directory to the given" + " file"; } cmTypeMacro(cmFileCommand, cmCommand); |