about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>2008-02-09 15:19:58 +0000
committerGraham Barr <gbarr@pobox.com>2009-02-24 10:40:49 -0600
commitbfe2293506e09473dda75804fd51e6e009979f8d (patch)
treeb4801aee26ea91a0c240f3e1f1412178db6e3cac
parent9b56216ff375eaf129d1d61761a384438b7c61ea (diff)
downloadperl-libnet-bfe2293506e09473dda75804fd51e6e009979f8d.tar.gz
Document that timeout is in seconds
-rw-r--r--Net/FTP.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/Net/FTP.pm b/Net/FTP.pm
index 581a16c..ca8f085 100644
--- a/Net/FTP.pm
+++ b/Net/FTP.pm
@@ -1350,7 +1350,7 @@ transfers. (defaults to 10240)
 B<Port> - The port number to connect to on the remote machine for the
 FTP connection
 
-B<Timeout> - Set a timeout value (defaults to 120)
+B<Timeout> - Set a timeout value in seconds (defaults to 120)
 
 B<Debug> - debug level (see the debug method in L<Net::Cmd>)