summaryrefslogtreecommitdiff
path: root/support/lsh.sh
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2022-01-09 14:03:31 -0800
committerWayne Davison <wayne@opencoder.net>2022-01-09 14:03:31 -0800
commit3b2804c8158a32e3d3b232430e48955a7dfc9178 (patch)
tree32a3b628485dbd1eb69f1eaf3ca4558eacf4e5de /support/lsh.sh
parentff1792edf14e718934de271219f6e95f6497363a (diff)
downloadrsync-3b2804c8158a32e3d3b232430e48955a7dfc9178.tar.gz
Tweak a comment.
Diffstat (limited to 'support/lsh.sh')
-rwxr-xr-xsupport/lsh.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/support/lsh.sh b/support/lsh.sh
index f74a8ef4..db034228 100755
--- a/support/lsh.sh
+++ b/support/lsh.sh
@@ -4,7 +4,8 @@
# for testing or for running a local copy where the sender and the
# receiver needs to use different options (e.g. --fake-super). If
# we get a -l USER option, we try to use "sudo -u USER" to run the
-# command.
+# command. Supports only the hostnames "localhost" and "lh", with
+# the latter implying the --no-cd option.
user=''
do_cd=y # Default path is user's home dir (just like ssh) unless host is "lh".