diff options
author | Regina Pfeifer <regina@mailbox.org> | 2018-11-27 19:58:41 (GMT) |
---|---|---|
committer | Regina Pfeifer <regina@mailbox.org> | 2018-11-28 23:29:13 (GMT) |
commit | aebdad399efb1394f904428b52011513f7dd0b7c (patch) | |
tree | aa2dbf7f62dbd5580b0167e1f416fed6900bdcbc /Help | |
parent | c2f6872c4e98a24a24675fa3f9fe016230eeb878 (diff) | |
download | CMake-aebdad399efb1394f904428b52011513f7dd0b7c.zip CMake-aebdad399efb1394f904428b52011513f7dd0b7c.tar.gz CMake-aebdad399efb1394f904428b52011513f7dd0b7c.tar.bz2 |
CTest: Remove submit method 'cp'
Diffstat (limited to 'Help')
-rw-r--r-- | Help/manual/ctest.1.rst | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 82be6e3..511764c 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -1106,7 +1106,7 @@ Configuration settings include: ``DropMethod`` Specify the method by which results should be submitted to the - dashboard server. The value may be ``cp``, ``ftp``, ``http``, + dashboard server. The value may be ``ftp``, ``http``, ``https``, or ``scp``. * `CTest Script`_ variable: :variable:`CTEST_DROP_METHOD` @@ -1114,8 +1114,7 @@ Configuration settings include: else ``CTEST_DROP_METHOD`` ``DropSite`` - The dashboard server name - (for ``ftp``, ``http``, and ``https``, ``scp``). + The dashboard server name. * `CTest Script`_ variable: :variable:`CTEST_DROP_SITE` * :module:`CTest` module variable: ``DROP_SITE`` if set, |