diff options
author | Craig Scott <craig.scott@crascit.com> | 2020-04-23 11:07:49 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-04-23 11:08:01 (GMT) |
commit | d2ab8c522699d0465258dfc991b47849aa830f62 (patch) | |
tree | 82937b8c96bd737d5052a580088760d1a04329c3 | |
parent | becf3b237ee7d6b96f0aa028a3faf00b0614319b (diff) | |
parent | c6872432e6ed70681d7227a7ddd787dd25ebea61 (diff) | |
download | CMake-d2ab8c522699d0465258dfc991b47849aa830f62.zip CMake-d2ab8c522699d0465258dfc991b47849aa830f62.tar.gz CMake-d2ab8c522699d0465258dfc991b47849aa830f62.tar.bz2 |
Merge topic 'doc_separate_arguments_typo'
c6872432e6 Help: Fixed typo in command/separate_arguments.rst
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4651
-rw-r--r-- | Help/command/separate_arguments.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/command/separate_arguments.rst b/Help/command/separate_arguments.rst index fbca859..ab3d5c1 100644 --- a/Help/command/separate_arguments.rst +++ b/Help/command/separate_arguments.rst @@ -19,7 +19,7 @@ They are specified by the ``<mode>`` argument which must be one of the following keywords: ``UNIX_COMMAND`` - Arguments are separated by by unquoted whitespace. + Arguments are separated by unquoted whitespace. Both single-quote and double-quote pairs are respected. A backslash escapes the next literal character (``\"`` is ``"``); there are no special escapes (``\n`` is just ``n``). |