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/cmStringCommand.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/cmStringCommand.h')
-rw-r--r-- | Source/cmStringCommand.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmStringCommand.h b/Source/cmStringCommand.h index 7e0694e..4423a90 100644 --- a/Source/cmStringCommand.h +++ b/Source/cmStringCommand.h @@ -145,9 +145,9 @@ public: " by all regular expression-related commands, including \n" " e.g. if( MATCHES ), in the variables CMAKE_MATCH_(0..9).\n" "TIMESTAMP will write a string representation of " - "the current date and/or time to <output variable>.\n" + "the current date and/or time to the output variable.\n" "Should the command be unable to obtain a timestamp " - "<output variable> will be set to the empty string \"\".\n" + "the output variable will be set to the empty string \"\".\n" "The optional UTC flag requests the current date/time " "representation to be in Coordinated Universal Time (UTC) " "rather than local time.\n" |