Merge topic 'fix-copy-directory-docs'

b96155f228 Help: Fix copy_directory description

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3769
This commit is contained in:
Brad King 2019-09-04 12:34:53 +00:00 committed by Kitware Robot
commit 2b478a921a

View File

@ -462,7 +462,7 @@ Available commands are:
but the files or directories it point to.
``copy_directory <dir>... <destination>``
Copy directories to ``<destination>`` directory.
Copy content of ``<dir>...`` directories to ``<destination>`` directory.
If ``<destination>`` directory does not exist it will be created.
``copy_directory`` does follow symlinks.