aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-08-07 18:56:11 +1200
committerTom Ryder <tom@sanctum.geek.nz>2013-08-07 18:56:11 +1200
commit2234de1e89bf0283cd699ed51c6af62d41b10ab9 (patch)
tree0c40be78ac4c5e0d9dbd0c263c2212d9793ecf6d
parentExplicit export on one line (diff)
downloadpsshd-2234de1e89bf0283cd699ed51c6af62d41b10ab9.tar.gz
psshd-2234de1e89bf0283cd699ed51c6af62d41b10ab9.zip
Indent command in comments for legibility
-rwxr-xr-xpsshd2
1 files changed, 1 insertions, 1 deletions
diff --git a/psshd b/psshd
index 9490892..d4be512 100755
--- a/psshd
+++ b/psshd
@@ -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