diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2019-12-21 17:22:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2020-01-28 15:50:49 +0300 |
commit | b3b31466afd6852d53a542daa17322deb8d908ac (patch) | |
tree | f76c6cf09c01bda97ce79e5e7c6168c9e923588d /doc/manual.cli | |
parent | 7159420700a0f179babc2f66d782853928fa3fe7 (diff) |
Relax requirements for CI and submit service parameters
Diffstat (limited to 'doc/manual.cli')
-rw-r--r-- | doc/manual.cli | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/manual.cli b/doc/manual.cli index 61ef1f8..3b7f1ce 100644 --- a/doc/manual.cli +++ b/doc/manual.cli @@ -51,8 +51,8 @@ binary mode.| \li|Verify other parameters are valid manifest name/value pairs. -The value can only contain printable ASCII characters as well as tab -(\c{\\t}), carriage return (\c{\\r}), and line feed (\c{\\n}).| +The value can only contain UTF-8 encoded Unicode graphic characters as well as +tab (\c{\\t}), carriage return (\c{\\r}), and line feed (\c{\\n}).| \li|Check for a duplicate submission. @@ -228,8 +228,8 @@ upload.| \li|Verify other parameters are valid manifest name/value pairs. -The value can only contain printable ASCII characters as well as tab -(\c{\\t}), carriage return (\c{\\r}), and line feed (\c{\\n}).| +The value can only contain UTF-8 encoded Unicode graphic characters as well as +tab (\c{\\t}), carriage return (\c{\\r}), and line feed (\c{\\n}).| \li|Generate CI request id and create request directory. |