]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
Tweak a comment.
authorWayne Davison <wayne@opencoder.net>
Thu, 6 Aug 2020 04:32:44 +0000 (21:32 -0700)
committerWayne Davison <wayne@opencoder.net>
Thu, 6 Aug 2020 04:32:44 +0000 (21:32 -0700)
support/nameconvert

index 968fdbe316c3fac4923d90e8c62600a698cf580e..ecfe28d9ba72c310c92c18cba79160905b69ab72 100755 (executable)
@@ -14,8 +14,8 @@
 # An unknown ID_NUM or NAME results in an empty return value.
 #
 # This is used by an rsync daemon when configured with the "name converter" and
-# "use chroot = true".  While this converter uses real user & group lookups you
-# could change it to use any mapping idiom you'd like.
+# (often) "use chroot = true".  While this converter uses real user & group
+# lookups you could change it to use any mapping idiom you'd like.
 
 import sys, argparse, pwd, grp