diff options
Diffstat (limited to 'SSH.pm')
-rw-r--r-- | SSH.pm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -26,7 +26,7 @@ Net::SSH - Perl extension for secure shell sshopen2('user@hostname', $reader, $writer, $command); - sshopen3('user@hostname', $reader, $writer, $error, $command); + sshopen3('user@hostname', $writer, $reader, $error, $command); =head1 DESCRIPTION |