Browse Source

Help: Fix command references in CMAKE_NETRC* variable documentation

Shane Parris 7 năm trước cách đây
mục cha
commit
1667e24453
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  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.