diff options
author | Brad King <brad.king@kitware.com> | 2019-09-04 12:34:53 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2019-09-04 12:35:11 (GMT) |
commit | 2b478a921aedd55c2596bc0cb083ffea7244bb0e (patch) | |
tree | b7e8abe50043c55ee845530dbb29a9043e3867ad | |
parent | 787765d4025cd1caa842d9bcfcf6cd71222b9d44 (diff) | |
parent | b96155f228a6f5fd1af263a927d35e3683a58766 (diff) | |
download | CMake-2b478a921aedd55c2596bc0cb083ffea7244bb0e.zip CMake-2b478a921aedd55c2596bc0cb083ffea7244bb0e.tar.gz CMake-2b478a921aedd55c2596bc0cb083ffea7244bb0e.tar.bz2 |
Merge topic 'fix-copy-directory-docs'
b96155f228 Help: Fix copy_directory description
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3769
-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. |