From b18a986c4910f07717f611ba062beef480e68de8 Mon Sep 17 00:00:00 2001 From: "FeRD (Frank Dana)" Date: Mon, 9 May 2022 07:20:26 -0400 Subject: [PATCH] hardlink: Document '-c' option in manpage Signed-off-by: FeRD (Frank Dana) --- misc-utils/hardlink.1.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/misc-utils/hardlink.1.adoc b/misc-utils/hardlink.1.adoc index 2fab57c57d..3503d4c2bb 100644 --- a/misc-utils/hardlink.1.adoc +++ b/misc-utils/hardlink.1.adoc @@ -83,6 +83,9 @@ Link and compare files even if their owner information (user and group) differs. *-t*, *--ignore-time*:: Link and compare files even if their time of modification is different. This is usually a good choice. +*-c* *--content*:: +Consider only file content, not attributes, when determining whether two files are equal. Same as *-pot*. + *-X*, *--respect-xattrs*:: Only try to link files with the same extended attributes. -- 2.47.2