From 4156e7d464643d55576c397d6ab064fb5e0a2fc9 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 13 Jul 2020 12:01:00 -0700 Subject: [PATCH] Tweak lsh's Usage message & opening comment. --- support/lsh | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) 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 <