README.md in polyssh-0.1.1 vs README.md in polyssh-0.1.2
- old
+ new
@@ -34,19 +34,19 @@
We want to connect
* to a remote host called ``destination`` (as user ``charlie``, on default port)
* via a firewall (as user ``alice``, on non-default port 7222)
-* then via a router (as user ``bob``, on default), with parameters (FIXME)
+* then via a router (as user ``bob``, on default), with verbosity)
Type the following command using polyssh :
- $ polyssh alice@firewall:7222 -verbose Cypherbob@router charlie@destination
+ $ polyssh alice@firewall:7222 -verbose bob@router charlie@destination
## Credits
-* Initial idea : [Bob Muller on Stack Overflow](http://superuser.com/a/377215)
+* Initial idea & implementation : [Bob Muller on Stack Overflow](http://superuser.com/a/377215)
* Ruby rewrite & packaging : Glenn Y. Rolland
## Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/glenux/polyssh.