aboutsummaryrefslogtreecommitdiff
path: root/rumba/ssh_support.py
diff options
context:
space:
mode:
Diffstat (limited to 'rumba/ssh_support.py')
-rw-r--r--rumba/ssh_support.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rumba/ssh_support.py b/rumba/ssh_support.py
index ad32d13..eb32641 100644
--- a/rumba/ssh_support.py
+++ b/rumba/ssh_support.py
@@ -34,7 +34,7 @@ def execute_commands(testbed, ssh_config, commands, time_out=3):
@param testbed: testbed info
@param ssh_config: ssh config of the node
- @param command: *nix shell command
+ @param commands: *nix shell command
@param time_out: time_out value in seconds, error will be generated if
no result received in given number of seconds, the value None can
be used when no timeout is needed