From: Wayne Davison Date: Mon, 13 Jul 2020 19:01:00 +0000 (-0700) Subject: Tweak lsh's Usage message & opening comment. X-Git-Tag: v3.2.3pre1~87 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4156e7d464643d55576c397d6ab064fb5e0a2fc9;p=thirdparty%2Frsync.git Tweak lsh's Usage message & opening comment. --- diff --git a/support/lsh b/support/lsh index 40f70c88..be29310c 100755 --- a/support/lsh +++ b/support/lsh @@ -1,10 +1,6 @@ #!/usr/bin/env perl -# This script can be used as a "remote shell" command that is only -# capable of pretending to connect to "localhost". This is useful -# 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 -l USER, we try to become the USER, either directly (must -# be root) or by using "sudo -H -u USER" (requires --sudo option). +# This is a "local shell" command that works like a remote shell but only for +# the local host. See the usage message for more details. use strict; use warnings; @@ -78,9 +74,15 @@ die "Failed to exec: $!\n"; sub usage { die <