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 1b41bcf commit b513b41Copy full SHA for b513b41
README.rst
@@ -42,7 +42,7 @@ For example to copy a local file to remote hosts in parallel
42
>>> from pssh import ParallelSSHClient
43
>>> hosts = ['myhost1', 'myhost2']
44
>>> client = ParallelSSHClient(hosts)
45
->>> cmds = client.copy_file('../test', 'test_dir/test')
+>>> client.copy_file('../test', 'test_dir/test')
46
>>> client.pool.join()
47
Copied local file ../test to remote destination myhost1:test_dir/test
48
Copied local file ../test to remote destination myhost2:test_dir/test
0 commit comments