summaryrefslogtreecommitdiff
path: root/docs/cmdline-opts
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2021-07-18 18:28:40 +0200
committerDaniel Stenberg <daniel@haxx.se>2021-07-18 18:28:40 +0200
commitd896184c9b891998baee9e6934dd47dc64debe45 (patch)
treee00ce1a57c3290e6e6d1bb835a2e9b1141821957 /docs/cmdline-opts
parenteaab3f084af10b79d4ec1fc50db2f2dcffedc4ea (diff)
downloadcurl-d896184c9b891998baee9e6934dd47dc64debe45.tar.gz
disable-epsv.d: remove duplicate "(FTP)"
... since the tooling adds that to the output based on the "Protocols:" tag.
Diffstat (limited to 'docs/cmdline-opts')
-rw-r--r--docs/cmdline-opts/disable-epsv.d6
1 files 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.