diff options
-rw-r--r-- | README.markdown | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown index e215e7c..13ffe1a 100644 --- a/README.markdown +++ b/README.markdown @@ -3,7 +3,7 @@ psshd Persistent, daemonized autossh tunnels. Requires [`start-stop-daemon(8)`][sdm] and [`autossh(1)`][asm] commands. Designed to be called for login shells, in -~/.profile or ~/.bash\_profile. +`~/.profile` or `~/.bash_profile`. $ psshd -p 9010 -- -fN -D 8001 myvps |