Fix devices-fake test if rsync can't link specials
[rsync.git] / options.c
index d92a7665aae263a9592734c740b82b26386f89c8..aa61d3481085d1b125b96414fc2c0633312312df 100644 (file)
--- a/options.c
+++ b/options.c
@@ -608,6 +608,11 @@ static void print_info_flags(enum logcode f)
 #endif
                        "hardlinks",
 
+#ifndef CAN_HARDLINK_SPECIAL
+               "no "
+#endif
+                       "hardlink-special",
+
 #ifndef SUPPORT_LINKS
                "no "
 #endif