diff options
author | Brad King <brad.king@kitware.com> | 2018-02-16 14:42:09 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-02-16 14:42:09 (GMT) |
commit | eded0bae2e71c2d315a45004ee37b27ff42f2453 (patch) | |
tree | f7ea31ef10816b634a3d8f47b97f34a20249050f /Help | |
parent | 02edf08be2b9476f442b702c6c00447912425cc2 (diff) | |
parent | 1667e244539cfef183c4d66972fbf1e8d06fbfe2 (diff) | |
download | CMake-eded0bae2e71c2d315a45004ee37b27ff42f2453.zip CMake-eded0bae2e71c2d315a45004ee37b27ff42f2453.tar.gz CMake-eded0bae2e71c2d315a45004ee37b27ff42f2453.tar.bz2 |
Merge branch 'help_fixup' into release-3.11
Merge-request: !1770
Diffstat (limited to 'Help')
-rw-r--r-- | Help/variable/CMAKE_NETRC.rst | 2 | ||||
-rw-r--r-- | Help/variable/CMAKE_NETRC_FILE.rst | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Help/variable/CMAKE_NETRC.rst b/Help/variable/CMAKE_NETRC.rst index 52f857e..903ec31 100644 --- a/Help/variable/CMAKE_NETRC.rst +++ b/Help/variable/CMAKE_NETRC.rst @@ -2,7 +2,7 @@ CMAKE_NETRC ----------- This variable is used to initialize the ``NETRC`` option for -:command:`file(DOWNLOAD)` and :command:`file(DOWNLOAD)` commands and the +:command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands and the module :module:`ExternalProject`. See those commands for additional information. diff --git a/Help/variable/CMAKE_NETRC_FILE.rst b/Help/variable/CMAKE_NETRC_FILE.rst index 1508f1e..0f09afe 100644 --- a/Help/variable/CMAKE_NETRC_FILE.rst +++ b/Help/variable/CMAKE_NETRC_FILE.rst @@ -2,7 +2,7 @@ CMAKE_NETRC_FILE ---------------- This variable is used to initialize the ``NETRC_FILE`` option for -:command:`file(DOWNLOAD)` and :command:`file(DOWNLOAD)` commands and the +:command:`file(DOWNLOAD)` and :command:`file(UPLOAD)` commands and the module :module:`ExternalProject`. See those commands for additional information. |