diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 586fee2ad..aa755d1f5 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -90,7 +90,7 @@ public: " file(TIMESTAMP filename variable [] [UTC])\n" " file(GENERATE OUTPUT output_file\n" " \n" - " CONDITION expression)\n" + " [CONDITION expression])\n" "WRITE will write a message into a file called 'filename'. It " "overwrites the file if it already exists, and creates the file " "if it does not exist. (If the file is a build input, use "