From 617d726a3d71c806c6cafa5f599a74abf810dda3 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 5 Aug 2020 21:32:44 -0700 Subject: Tweak a comment. --- support/nameconvert | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'support') 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 -- cgit v1.2.1