diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2013-08-07 18:56:11 +1200 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2013-08-07 18:56:11 +1200 |
commit | 2234de1e89bf0283cd699ed51c6af62d41b10ab9 (patch) | |
tree | 0c40be78ac4c5e0d9dbd0c263c2212d9793ecf6d /psshd | |
parent | Explicit export on one line (diff) | |
download | psshd-2234de1e89bf0283cd699ed51c6af62d41b10ab9.tar.gz psshd-2234de1e89bf0283cd699ed51c6af62d41b10ab9.zip |
Indent command in comments for legibility
Diffstat (limited to 'psshd')
-rwxr-xr-x | psshd | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -8,7 +8,7 @@ # the options off with -- and the remainder of the arguments are passed to the # autossh binary. # -# $ psshd -p 9001 -- -fN -D 8001 remotehost +# $ psshd -p 9001 -- -fN -D 8001 remotehost # # @author Tom Ryder <tom@sanctum.geek.nz> # @copyright 2013 |