Skip to content

Commit 152b1f9

Browse files
committed
Added to readme
1 parent c335636 commit 152b1f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ To install gevent you need the libevent-dev package installed. Instructions belo
2222
Usage Example
2323
*************
2424

25+
Run `ls` on two remote hosts in parallel.
26+
2527
>>> from pssh import ParallelSSHClient
2628
>>> hosts = ['myhost1', 'myhost2']
2729
>>> client = ParallelSSHClient(hosts)

0 commit comments

Comments
 (0)