|
|
@@ -60,8 +60,10 @@ public:
|
|
|
virtual const char* GetFullDocumentation()
|
|
|
{
|
|
|
return
|
|
|
- "WRITE_FILE(filename \"message to write\"...)\n"
|
|
|
- "The first argument is the file name, the rest of the arguments are messages to write.";
|
|
|
+ "WRITE_FILE(filename \"message to write\"... [APPEND])\n"
|
|
|
+ "The first argument is the file name, the rest of the arguments are "
|
|
|
+ "messages to write. If the argument APPEND is specified, then "
|
|
|
+ "the message will be appended.";
|
|
|
}
|
|
|
|
|
|
cmTypeMacro(cmWriteFileCommand, cmCommand);
|