aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-09-14 17:46:54 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-09-14 17:46:54 +1200
commit4b2d938310f4679ef62169ca88629464986d377d (patch)
tree7b2300be629b3dfb058a143ba104c5749b6c0a9f
parentDo away with getopts completely, just use arg (diff)
downloadpsshd-4b2d938310f4679ef62169ca88629464986d377d.tar.gz
psshd-4b2d938310f4679ef62169ca88629464986d377d.zip
Update documentation to reflect changes
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 5fea58e..d2f3c32 100644
--- a/README.markdown
+++ b/README.markdown
@@ -5,7 +5,7 @@ Persistent, daemonized SSH tunnels. Requires [`start-stop-daemon(8)`][sdm] and
[`autossh(1)`][asm] commands. Designed to be called for login shells, in
`~/.profile` or `~/.bash_profile`.
- $ psshd -p 9010 -- -fN -D 8001 myvps
+ $ psshd 9010 -fN -D 8001 myvps
License
-------