Tweak a comment.
authorWayne Davison <wayne@opencoder.net>
Sun, 9 Jan 2022 22:03:31 +0000 (14:03 -0800)
committerWayne Davison <wayne@opencoder.net>
Sun, 9 Jan 2022 22:03:31 +0000 (14:03 -0800)
support/lsh.sh

index f74a8ef48c0f1fd446bfa7103eefe115fa7970ac..db034228bae6c0b4b9485c89e93ba41db5a0ca3a 100755 (executable)
@@ -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".