aboutsummaryrefslogtreecommitdiff
path: root/README.markdown
diff options
context:
space:
mode:
Diffstat (limited to 'README.markdown')
-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
-------