From fbd2ab99e060cd342063137961cc84662ae786fa Mon Sep 17 00:00:00 2001 From: Thorsten Sick Date: Tue, 8 Jun 2021 12:05:27 +0200 Subject: [PATCH] improved documentation --- plugins/base/ssh_features.py | 1 + 1 file changed, 1 insertion(+) 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 """