diff options
author | Regina Pfeifer <regina@mailbox.org> | 2018-11-27 20:15:57 (GMT) |
---|---|---|
committer | Regina Pfeifer <regina@mailbox.org> | 2018-11-28 23:29:13 (GMT) |
commit | a688c6b92861c77ee8d065ae8c679c317fe8d0c0 (patch) | |
tree | 548b896fc8c6d4bf7e0a85b2bf6cc262c8afc437 /Help/manual/ctest.1.rst | |
parent | c339b64cf241788edd9f886daff619eec41dc242 (diff) | |
download | CMake-a688c6b92861c77ee8d065ae8c679c317fe8d0c0.zip CMake-a688c6b92861c77ee8d065ae8c679c317fe8d0c0.tar.gz CMake-a688c6b92861c77ee8d065ae8c679c317fe8d0c0.tar.bz2 |
CTest: Remove submit method 'ftp'
Diffstat (limited to 'Help/manual/ctest.1.rst')
-rw-r--r-- | Help/manual/ctest.1.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 1ac5efd..3999feb 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -1106,8 +1106,7 @@ Configuration settings include: ``DropMethod`` Specify the method by which results should be submitted to the - dashboard server. The value may be ``ftp``, ``http``, or - ``https``. + dashboard server. The value may be ``http`` or ``https``. * `CTest Script`_ variable: :variable:`CTEST_DROP_METHOD` * :module:`CTest` module variable: ``DROP_METHOD`` if set, |