From 3b2804c8158a32e3d3b232430e48955a7dfc9178 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 9 Jan 2022 14:03:31 -0800 Subject: [PATCH] Tweak a comment. --- support/lsh.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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". -- 2.47.2