summaryrefslogtreecommitdiff
path: root/SSH.pm
diff options
context:
space:
mode:
Diffstat (limited to 'SSH.pm')
-rw-r--r--SSH.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/SSH.pm b/SSH.pm
index 0a44133..3e21be5 100644
--- a/SSH.pm
+++ b/SSH.pm
@@ -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