From d896184c9b891998baee9e6934dd47dc64debe45 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 18 Jul 2021 18:28:40 +0200 Subject: [PATCH] disable-epsv.d: remove duplicate "(FTP)" ... since the tooling adds that to the output based on the "Protocols:" tag. --- docs/cmdline-opts/disable-epsv.d | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cmdline-opts/disable-epsv.d b/docs/cmdline-opts/disable-epsv.d index df1de8304..dadef098b 100644 --- a/docs/cmdline-opts/disable-epsv.d +++ b/docs/cmdline-opts/disable-epsv.d @@ -3,9 +3,9 @@ Help: Inhibit using EPSV Protocols: FTP Category: ftp --- -(FTP) Tell curl to disable the use of the EPSV command when doing passive FTP -transfers. Curl will normally always first attempt to use EPSV before PASV, -but with this option, it will not try using EPSV. +Tell curl to disable the use of the EPSV command when doing passive FTP +transfers. Curl will normally always first attempt to use EPSV before +PASV, but with this option, it will not try using EPSV. --epsv can be used to explicitly enable EPSV again and --no-epsv is an alias for --disable-epsv.