diff options
author | Kyle Edwards <kyle.edwards@kitware.com> | 2019-02-08 18:41:56 (GMT) |
---|---|---|
committer | Kyle Edwards <kyle.edwards@kitware.com> | 2019-02-08 18:47:35 (GMT) |
commit | 3b87e7aaa3f8a7c9c2b9d552241d20292ee7fd7c (patch) | |
tree | c10642534a25e6db03b552eb1aefb28b69a02bbe | |
parent | 12b8e41c07c2cad4f4e44f40f78d8ae61a18568e (diff) | |
parent | e729f2b3fdb8b160c272794d146c93a106ea3648 (diff) | |
download | CMake-3b87e7aaa3f8a7c9c2b9d552241d20292ee7fd7c.zip CMake-3b87e7aaa3f8a7c9c2b9d552241d20292ee7fd7c.tar.gz CMake-3b87e7aaa3f8a7c9c2b9d552241d20292ee7fd7c.tar.bz2 |
Merge branch 'file_create_link_release_note' into release-3.14
Merge-request: !2942
-rw-r--r-- | Help/release/3.14.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/release/3.14.rst b/Help/release/3.14.rst index afc2f5f..2d1e602 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. |