Procházet zdrojové kódy

StringUuid: Mark UPPER flag optional in sub-command synopsis

Nils Gladitz před 11 roky
rodič
revize
e6ba52e8e0
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      Help/command/string.rst

+ 1 - 1
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.