From: Wayne Davison Date: Sun, 21 Jun 2020 06:24:59 +0000 (-0700) Subject: Mention atimes & protected-args in capabilities. X-Git-Tag: v3.2.1pre1~16 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=66fd34ed848b5cc4a14cd2bdd52037789f1411a5;p=thirdparty%2Frsync.git Mention atimes & protected-args in capabilities. --- diff --git a/options.c b/options.c index bb0e8638..1207ab0a 100644 --- a/options.c +++ b/options.c @@ -603,6 +603,8 @@ static void print_capabilities(enum logcode f) #endif "IPv6", + "atimes", + "batchfiles", #ifndef HAVE_FTRUNCATE @@ -625,6 +627,13 @@ static void print_capabilities(enum logcode f) #endif "xattrs", +#ifdef RSYNC_USE_PROTECTED_ARGS + "default " +#else + "optional " +#endif + "protected-args", + #ifndef ICONV_OPTION "no " #endif