diff options
Diffstat (limited to 'Source/cmWriteFileCommand.h')
-rw-r--r-- | Source/cmWriteFileCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmWriteFileCommand.h b/Source/cmWriteFileCommand.h index 7d5c2bd..7ebd5bd 100644 --- a/Source/cmWriteFileCommand.h +++ b/Source/cmWriteFileCommand.h @@ -55,7 +55,7 @@ public: */ virtual const char* GetTerseDocumentation() { - return "Write a message to a file."; + return "Deprecated. Use the FILE(WRITE ) command instead."; } /** |