From: Wayne Davison Date: Sun, 9 Jan 2022 22:03:31 +0000 (-0800) Subject: Tweak a comment. X-Git-Tag: v3.2.4pre2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b2804c8158a32e3d3b232430e48955a7dfc9178;p=thirdparty%2Frsync.git Tweak a comment. --- 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".