summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-09-10 15:23:15 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2014-09-10 15:23:15 (GMT)
commit3d290c111ae8471d3c21ed58225392d982090a9f (patch)
treec5206feb8d80554e5ea2b3c9d7ffede1d5e53f52 /Help
parentcd0ead3c9496478136b75155abeee45c80187fe1 (diff)
parente6ba52e8e02847fbfda601033e3c5bebc838898b (diff)
downloadCMake-3d290c111ae8471d3c21ed58225392d982090a9f.zip
CMake-3d290c111ae8471d3c21ed58225392d982090a9f.tar.gz
CMake-3d290c111ae8471d3c21ed58225392d982090a9f.tar.bz2
Merge topic 'string-uuid-doc-fix'
e6ba52e8 StringUuid: Mark UPPER flag optional in sub-command synopsis
Diffstat (limited to 'Help')
-rw-r--r--Help/command/string.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/string.rst b/Help/command/string.rst
index 8ed0e86..07d0ff3 100644
--- a/Help/command/string.rst
+++ b/Help/command/string.rst
@@ -37,7 +37,7 @@ String operations.
string(MAKE_C_IDENTIFIER <input string> <output variable>)
string(GENEX_STRIP <input string> <output variable>)
string(UUID <output variable> NAMESPACE <namespace> NAME <name>
- TYPE <MD5|SHA1> <UPPER>)
+ TYPE <MD5|SHA1> [UPPER])
REGEX MATCH will match the regular expression once and store the match
in the output variable.