aboutsummaryrefslogtreecommitdiffstats
path: root/lib/net/ftp.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/net/ftp.rb')
-rw-r--r--lib/net/ftp.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb
index a8a4f40f70..60a59511ff 100644
--- a/lib/net/ftp.rb
+++ b/lib/net/ftp.rb
@@ -184,8 +184,7 @@ module Net
# Default: +true+ when options[:ssl] is true.
# user:: Username for login. If options[:user] is the string
# "anonymous" and the options[:password] is +nil+,
- # "anonymous@" is used as a password. If options[:user] is
- # +nil+,
+ # "anonymous@" is used as a password.
# passwd:: Password for login.
# acct:: Account information for ACCT.
# passive:: When +true+, the connection is in passive mode. Default: +true+.