summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorNils Gladitz <nilsgladitz@gmail.com>2014-09-10 14:10:13 (GMT)
committerNils Gladitz <nilsgladitz@gmail.com>2014-09-10 14:10:13 (GMT)
commite6ba52e8e02847fbfda601033e3c5bebc838898b (patch)
treed7abac3d5e126364c0f51f5d3401f038f16fcd07 /Help
parenta06e49cf108488a30c0bdb168ada7653a3a737e0 (diff)
downloadCMake-e6ba52e8e02847fbfda601033e3c5bebc838898b.zip
CMake-e6ba52e8e02847fbfda601033e3c5bebc838898b.tar.gz
CMake-e6ba52e8e02847fbfda601033e3c5bebc838898b.tar.bz2
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.