From: FeRD (Frank Dana) Date: Mon, 9 May 2022 11:20:26 +0000 (-0400) Subject: hardlink: Document '-c' option in manpage X-Git-Tag: v2.39-rc1~664^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b18a986c4910f07717f611ba062beef480e68de8;p=thirdparty%2Futil-linux.git hardlink: Document '-c' option in manpage Signed-off-by: FeRD (Frank Dana) --- 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.