diff options
author | Leonid Pospelov <pospelovlm@yandex.ru> | 2019-09-02 12:21:16 (GMT) |
---|---|---|
committer | Leonid Pospelov <pospelovlm@yandex.ru> | 2019-09-02 12:21:16 (GMT) |
commit | b96155f228a6f5fd1af263a927d35e3683a58766 (patch) | |
tree | cd9de3061213fde0d1a9a31ed289185b02b51672 /Help | |
parent | c0d21d763b13e280ccf7a387ba690650db014646 (diff) | |
download | CMake-b96155f228a6f5fd1af263a927d35e3683a58766.zip CMake-b96155f228a6f5fd1af263a927d35e3683a58766.tar.gz CMake-b96155f228a6f5fd1af263a927d35e3683a58766.tar.bz2 |
Help: Fix copy_directory description
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/cmake.1.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 26ef904..0645e41 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -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. |