diff --git a/plugins/base/ssh_features.py b/plugins/base/ssh_features.py index 061b5cc..6b046b9 100644 --- a/plugins/base/ssh_features.py +++ b/plugins/base/ssh_features.py @@ -59,6 +59,7 @@ class SSHFeatures(BasePlugin): def remote_run(self, cmd, disown=False): """ Connects to the machine and runs a command there + @param cmd: The command to execute @param disown: Send the connection into background """