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