We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3b3d1 commit 1b41bcfCopy full SHA for 1b41bcf
README.rst
@@ -44,5 +44,5 @@ For example to copy a local file to remote hosts in parallel
44
>>> client = ParallelSSHClient(hosts)
45
>>> cmds = client.copy_file('../test', 'test_dir/test')
46
>>> client.pool.join()
47
-`Copied local file ../test to remote destination localhost:test_dir/test`
48
-
+Copied local file ../test to remote destination myhost1:test_dir/test
+Copied local file ../test to remote destination myhost2:test_dir/test
0 commit comments