mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-05 22:00:10 -05:00
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
This commit is contained in:
@@ -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``).
|
||||
|
||||
Reference in New Issue
Block a user