From d47d95ac3b173f97548d705774a8f3ba6d4e53ef Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Mon, 17 Oct 2011 00:04:43 +0200 Subject: [PATCH] --epsv: fix typo Reported by: Thomas L. Shinnick --- docs/curl.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/curl.1 b/docs/curl.1 index aa3679e..95828bf 100644 --- a/docs/curl.1 +++ b/docs/curl.1 @@ -363,7 +363,7 @@ passive mode you need to not use \fI-P, --ftp-port\fP or force it with transfers. Curl will normally always first attempt to use EPSV before PASV, but with this option, it will not try using EPSV. -\fB--epsv\fP can be used to explicitly enable EPRT again and \fB--no-epsv\fP +\fB--epsv\fP can be used to explicitly enable EPSV again and \fB--no-epsv\fP is an alias for \fB--disable-epsv\fP. Disabling EPSV only changes the passive behavior. If you want to switch to -- 2.7.4