]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
disable-epsv.d: remove duplicate "(FTP)"
authorDaniel Stenberg <daniel@haxx.se>
Sun, 18 Jul 2021 16:28:40 +0000 (18:28 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Sun, 18 Jul 2021 16:28:40 +0000 (18:28 +0200)
... since the tooling adds that to the output based on the "Protocols:"
tag.

docs/cmdline-opts/disable-epsv.d

index df1de8304142180026b562e91b7680ad2cab30a8..dadef098b1cae29c85429f7de3ca9d683fabff22 100644 (file)
@@ -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.