summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTushar Maheshwari <tushar27192@gmail.com>2019-02-08 22:54:49 +0530
committerKyle Edwards <kyle.edwards@kitware.com>2019-02-08 13:20:45 -0500
commite729f2b3fdb8b160c272794d146c93a106ea3648 (patch)
treec10642534a25e6db03b552eb1aefb28b69a02bbe
parent12b8e41c07c2cad4f4e44f40f78d8ae61a18568e (diff)
downloadcmake-e729f2b3fdb8b160c272794d146c93a106ea3648.tar.gz
Help: Add notes for `file(CREATE_LINK)` subcommand
-rw-r--r--Help/release/3.14.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/3.14.rst b/Help/release/3.14.rst
index afc2f5f70a..2d1e602a96 100644
--- a/Help/release/3.14.rst
+++ b/Help/release/3.14.rst
@@ -56,6 +56,9 @@ Command-Line
Commands
--------
+* The :command:`file` command learned a new sub-command, ``CREATE_LINK``,
+ which can be used to create hard or symbolic links.
+
* The :command:`file` command learned a new sub-command, ``READ_SYMLINK``,
which can be used to determine the path that a symlink points to.