diff --git a/hardlink.1 b/hardlink.1 index 0590e84..04228f4 100644 --- a/hardlink.1 +++ b/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 diff --git a/hardlink.spec b/hardlink.spec index e5b9183..847bf71 100644 --- a/hardlink.spec +++ b/hardlink.spec @@ -1,7 +1,7 @@ Summary: Create a tree of hardlinks Name: hardlink Version: 1.0 -Release: 16%{?dist} +Release: 17%{?dist} Epoch: 1 Group: System Environment/Base URL: http://pkgs.fedoraproject.org/gitweb/?p=hardlink.git @@ -37,6 +37,9 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/hardlink.1* %changelog +* Wed Apr 10 2013 Jan Zeleny - 1:1.0-17 +- Mention -f option in the man page + * Thu Feb 14 2013 Fedora Release Engineering - 1:1.0-16 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild