diff options
Diffstat (limited to 'Source/cmSeparateArgumentsCommand.h')
-rw-r--r-- | Source/cmSeparateArgumentsCommand.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmSeparateArgumentsCommand.h b/Source/cmSeparateArgumentsCommand.h index a63f59e0db..5984170883 100644 --- a/Source/cmSeparateArgumentsCommand.h +++ b/Source/cmSeparateArgumentsCommand.h @@ -67,8 +67,10 @@ public: virtual const char* GetFullDocumentation() { return - "SEPARATE_ARGUMENTS(VARIABLE)\n" - "Convert the value of VARIABLE to a semi-colon separated list. All spaces are replaced with ;"; + " SEPARATE_ARGUMENTS(VARIABLE)\n" + "Convert the value of VARIABLE to a semi-colon separated list. " + "All spaces are replaced with ';'. This helps with generating " + "command lines."; } cmTypeMacro(cmSeparateArgumentsCommand, cmCommand); |