Mention atimes & protected-args in capabilities.
authorWayne Davison <wayne@opencoder.net>
Sun, 21 Jun 2020 06:24:59 +0000 (23:24 -0700)
committerWayne Davison <wayne@opencoder.net>
Sun, 21 Jun 2020 06:28:19 +0000 (23:28 -0700)
options.c

index bb0e863842ff9b0231e23c76a0e74e6556b0f05d..1207ab0a8fbf3cc365a480df0705b772f5fa78ef 100644 (file)
--- 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