diff options
Diffstat (limited to 'Source/cmAddCustomCommandCommand.h')
-rw-r--r-- | Source/cmAddCustomCommandCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmAddCustomCommandCommand.h b/Source/cmAddCustomCommandCommand.h index 86a44f8..61ee2ba 100644 --- a/Source/cmAddCustomCommandCommand.h +++ b/Source/cmAddCustomCommandCommand.h @@ -67,7 +67,7 @@ public: virtual const char* GetFullDocumentation() { return - "ADD_CUSTOM_COMMAND([SOURCE source] [COMMAND command] [TARGET target] " + "ADD_CUSTOM_COMMAND(SOURCE source COMMAND command TARGET target " "[ARGS [args...]] [DEPENDS [depends...]] [OUTPUTS [outputs...]])\n" "Add a custom command."; } |