summaryrefslogtreecommitdiffstats
path: root/misc-utils
diff options
context:
space:
mode:
authorJan Zeleny2013-04-10 14:47:17 +0200
committerRuediger Meier2018-06-12 14:23:47 +0200
commit348af99a6296d9d15de10700594e1403d23a9a37 (patch)
tree5e85d8dda0ac959541e47ddedc57c2cadad923a0 /misc-utils
parentdo not allow to hardlink files across filesystems by default (#786719) (diff)
downloadkernel-qcow2-util-linux-348af99a6296d9d15de10700594e1403d23a9a37.tar.gz
kernel-qcow2-util-linux-348af99a6296d9d15de10700594e1403d23a9a37.tar.xz
kernel-qcow2-util-linux-348af99a6296d9d15de10700594e1403d23a9a37.zip
Mention -f option in the man page
Diffstat (limited to 'misc-utils')
-rw-r--r--misc-utils/hardlink.12
1 files changed, 2 insertions, 0 deletions
diff --git a/misc-utils/hardlink.1 b/misc-utils/hardlink.1
index 0590e8464..04228f4bb 100644
--- a/misc-utils/hardlink.1
+++ b/misc-utils/hardlink.1
@@ -24,6 +24,8 @@ is only useful when all directories specified are on the same filesystem.
.IP "\fB-c\fP" 10
Compare only the contents of the files being considered for consolidation.
Disregards permission, ownership and other differences.
+.IP "\fB-f\fP" 10
+Force hardlinking across file systems.
.IP "\fB-n\fP" 10
Do not perform the consolidation; only print what would be changed.
.IP "\fB-v\fP" 10