Browse Source

Help: Fix command references in CMAKE_NETRC* variable documentation

Shane Parris 7 years ago
parent
commit
1667e24453
2 changed files with 2 additions and 2 deletions
  1. 1 1
      Help/variable/CMAKE_NETRC.rst
  2. 1 1
      Help/variable/CMAKE_NETRC_FILE.rst

+ 1 - 1
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.
 

+ 1 - 1
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.