summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-09-16 14:21:23 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-09-16 14:21:23 (GMT)
commit4356bd7fe382585e59033287dcc43386689e5dc2 (patch)
treeacb976577f944b42f4db46675f17625f6368a5a6 /Help/command
parent38a378e10d93740c11ac713c6035e26d6838ad96 (diff)
parent8f6cb36695df3ded9e242c35c4b0e79850d24a31 (diff)
downloadCMake-4356bd7fe382585e59033287dcc43386689e5dc2.zip
CMake-4356bd7fe382585e59033287dcc43386689e5dc2.tar.gz
CMake-4356bd7fe382585e59033287dcc43386689e5dc2.tar.bz2
Merge topic 'file-curl-httpheader'
8f6cb366 file(DOWNLOAD|UPLOAD): Add HTTPHEADER suboption
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/file.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst
index f8727f0..77e9f62 100644
--- a/Help/command/file.rst
+++ b/Help/command/file.rst
@@ -225,6 +225,9 @@ Options to both ``DOWNLOAD`` and ``UPLOAD`` are:
``USERPWD <username>:<password>``
Set username and password for operation.
+``HTTPHEADER <HTTP-header>``
+ HTTP header for operation. Suboption can be repeated several times.
+
Additional options to ``DOWNLOAD`` are:
``EXPECTED_HASH ALGO=<value>``