Merge pull request #139 from chirag64/master

Updating pgrep page and correcting ssh page
This commit is contained in:
Romain Prieto
2014-03-02 18:14:43 +11:00
2 changed files with 9 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
- connecting to a remote server with specific port
`ssh {{username}}@{{remote_host}} -P {{2222}}`
`ssh {{username}}@{{remote_host}} -p {{2222}}`
- run a command on a remote server