summaryrefslogtreecommitdiff
path: root/support
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-08-05 21:32:44 -0700
committerWayne Davison <wayne@opencoder.net>2020-08-05 21:32:44 -0700
commit617d726a3d71c806c6cafa5f599a74abf810dda3 (patch)
tree3acd9d1318e4fd93fb01f0ea266c562dcc679e9f /support
parent020eda887f91741c45b9bbb5bd54749798829c58 (diff)
downloadrsync-617d726a3d71c806c6cafa5f599a74abf810dda3.tar.gz
Tweak a comment.
Diffstat (limited to 'support')
-rwxr-xr-xsupport/nameconvert4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/nameconvert b/support/nameconvert
index 968fdbe3..ecfe28d9 100755
--- a/support/nameconvert
+++ b/support/nameconvert
@@ -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