瀏覽代碼

Help: Fix copy_directory description

Leonid Pospelov 6 年之前
父節點
當前提交
b96155f228
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Help/manual/cmake.1.rst

+ 1 - 1
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.