diff options
author | Shane Parris <shane.lee.parris@gmail.com> | 2018-02-15 21:52:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-02-16 14:41:03 (GMT) |
commit | 1667e244539cfef183c4d66972fbf1e8d06fbfe2 (patch) | |
tree | a809935912bd4cf6bc0f785ea978d450606f9e6a | |
parent | 9c1efb614dee294cb3a1077e8a232573f309c605 (diff) | |
download | CMake-1667e244539cfef183c4d66972fbf1e8d06fbfe2.zip CMake-1667e244539cfef183c4d66972fbf1e8d06fbfe2.tar.gz CMake-1667e244539cfef183c4d66972fbf1e8d06fbfe2.tar.bz2 |
Help: Fix command references in CMAKE_NETRC* variable documentation
-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. |