diff options
author | Brad King <brad.king@kitware.com> | 2016-09-14 12:56:22 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-09-14 12:56:22 (GMT) |
commit | 171ea5d3cf58c40807ad9afaf80c0100993f98cb (patch) | |
tree | b3201edff67663300c62e833039d957fef64ca6e /Help/command | |
parent | b93623550dceac981aa4cc49f9e892c497aee49a (diff) | |
parent | abeb42f1d9efc113ab16600d354f8ad1dd85281f (diff) | |
download | CMake-171ea5d3cf58c40807ad9afaf80c0100993f98cb.zip CMake-171ea5d3cf58c40807ad9afaf80c0100993f98cb.tar.gz CMake-171ea5d3cf58c40807ad9afaf80c0100993f98cb.tar.bz2 |
Merge topic 'file-curl-userpw'
abeb42f1 Help: Add notes for topic 'file-curl-userpw'
e5ba1041 file(DOWNLOAD|UPLOAD): Add 'USERPWD' suboption
Diffstat (limited to 'Help/command')
-rw-r--r-- | Help/command/file.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Help/command/file.rst b/Help/command/file.rst index 256d16d..f8727f0 100644 --- a/Help/command/file.rst +++ b/Help/command/file.rst @@ -222,6 +222,9 @@ Options to both ``DOWNLOAD`` and ``UPLOAD`` are: ``TIMEOUT <seconds>`` Terminate the operation after a given total time has elapsed. +``USERPWD <username>:<password>`` + Set username and password for operation. + Additional options to ``DOWNLOAD`` are: ``EXPECTED_HASH ALGO=<value>`` |