diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-07-08 12:52:40 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-07-08 12:52:40 +1200 |
commit | 9d6905ef9eb8eb0ce2bfd336d0b309101dd628d2 (patch) | |
tree | 72811c7345cd05a149b1e4cfee229c8de6b3b369 | |
parent | Fix up previous commit's README errors (diff) | |
download | psshd-9d6905ef9eb8eb0ce2bfd336d0b309101dd628d2.tar.gz psshd-9d6905ef9eb8eb0ce2bfd336d0b309101dd628d2.zip |
Monospace for filenames
-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 |