diff options
| -rw-r--r-- | lib/net/ftp.rb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/net/ftp.rb b/lib/net/ftp.rb index d125c2c0f7..fbee888685 100644 --- a/lib/net/ftp.rb +++ b/lib/net/ftp.rb @@ -1236,7 +1236,8 @@ module Net # # Returns the status (STAT command). - # pathname - when stat is invoked with pathname as a parameter it acts like + # + # pathname:: when stat is invoked with pathname as a parameter it acts like # list but alot faster and over the same tcp session. # def status(pathname = nil) |
