summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorTim <tdhutt@gmail.com>2017-04-11 13:48:15 (GMT)
committerBrad King <brad.king@kitware.com>2017-04-11 14:26:16 (GMT)
commit6e68d014d522eafb854505594a78d8ac26ed6dd2 (patch)
treedc84ce4717f812f50e793ce5156f709480a28841 /Help
parente086b0e081d10f491dfe67fe065586423524942a (diff)
downloadCMake-6e68d014d522eafb854505594a78d8ac26ed6dd2.zip
CMake-6e68d014d522eafb854505594a78d8ac26ed6dd2.tar.gz
CMake-6e68d014d522eafb854505594a78d8ac26ed6dd2.tar.bz2
Help: Add note about cmake -E copy not supporting wildcards
Issue: #16791
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake.1.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst
index b2e2828..ba925e8 100644
--- a/Help/manual/cmake.1.rst
+++ b/Help/manual/cmake.1.rst
@@ -227,7 +227,7 @@ Available commands are:
``copy <file>... <destination>``
Copy files to ``<destination>`` (either file or directory).
If multiple files are specified, the ``<destination>`` must be
- directory and it must exist.
+ directory and it must exist. Wildcards are not supported.
``copy_directory <dir>... <destination>``
Copy directories to ``<destination>`` directory.