diff options
author | David Cole <david.cole@kitware.com> | 2012-12-05 14:55:27 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2012-12-05 15:39:11 (GMT) |
commit | d842d9062297435747117bd74b6e184cedd345cc (patch) | |
tree | fdd543c8ecf3b0d88b9ab97402795441514454b6 /Source/cmFileCommand.h | |
parent | 711e2b3b5c674d4f754b5b214d511be6ce7e8f4d (diff) | |
download | CMake-d842d9062297435747117bd74b6e184cedd345cc.zip CMake-d842d9062297435747117bd74b6e184cedd345cc.tar.gz CMake-d842d9062297435747117bd74b6e184cedd345cc.tar.bz2 |
CMake: Stylistic changes and documentation tweaks
...for the contributed file and string TIMESTAMP sub-commands.
Diffstat (limited to 'Source/cmFileCommand.h')
-rw-r--r-- | Source/cmFileCommand.h | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/Source/cmFileCommand.h b/Source/cmFileCommand.h index 5550dbe..5973fa7 100644 --- a/Source/cmFileCommand.h +++ b/Source/cmFileCommand.h @@ -87,8 +87,7 @@ public: " [TLS_VERIFY on|off] [TLS_CAINFO file])\n" " file(UPLOAD filename url [INACTIVITY_TIMEOUT timeout]\n" " [TIMEOUT timeout] [STATUS status] [LOG log] [SHOW_PROGRESS])\n" - " file(TIMESTAMP <filename> <output variable>" - " [<format string>] [UTC])\n" + " file(TIMESTAMP filename variable [<format string>] [UTC])\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 " @@ -203,9 +202,9 @@ public: "as status messages until the operation is complete." "\n" "TIMESTAMP will write a string representation of " - "the modification time of <filename> to <output varaible>.\n" + "the modification time of filename to variable.\n" "Should the command be unable to obtain a timestamp " - "<output variable> will be set to the empty string \"\".\n" + "variable will be set to the empty string \"\".\n" "See documentation of the string TIMESTAMP sub-command for more details." "\n" "The file() command also provides COPY and INSTALL signatures:\n" |