From 66fd34ed848b5cc4a14cd2bdd52037789f1411a5 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sat, 20 Jun 2020 23:24:59 -0700 Subject: [PATCH] Mention atimes & protected-args in capabilities. --- options.c | 9 +++++++++ 1 file changed, 9 insertions(+) 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 -- 2.47.2