diff options
author | Brad King <brad.king@kitware.com> | 2018-02-20 16:39:38 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2018-02-20 16:40:18 (GMT) |
commit | 377254b19560c536e94bfc273b91838996c35d1a (patch) | |
tree | 24d43685a0541070c04a83c30952d47df2eae8fe /Help | |
parent | 31419815aa8cd376b1cdfd1d77c0d5c4802f4ecc (diff) | |
parent | 1667e244539cfef183c4d66972fbf1e8d06fbfe2 (diff) | |
download | CMake-377254b19560c536e94bfc273b91838996c35d1a.zip CMake-377254b19560c536e94bfc273b91838996c35d1a.tar.gz CMake-377254b19560c536e94bfc273b91838996c35d1a.tar.bz2 |
Merge topic 'help_fixup'
1667e244 Help: Fix command references in CMAKE_NETRC* variable documentation
Acked-by: Kitware Robot <kwrobot@kitware.com>
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. |