hardlink \- Consolidate duplicate files via hardlinks
.SH "SYNOPSIS"
.PP
-\fBhardlink\fP [\fB-c\fP] [\fB-n\fP] [\fB-v\fP] [\fB-h\fP] directory1 [ directory2 ... ]
+\fBhardlink\fP [\fB-c\fP] [\fB-n\fP] [\fB-v\fP] [\fB-vv\fP] [\fB-h\fP] directory1 [ directory2 ... ]
.SH "DESCRIPTION"
.PP
This manual page documents \fBhardlink\fP, a
.IP "\fB-n\fP" 10
Do not perform the consolidation; only print what would be changed.
.IP "\fB-v\fP" 10
-Enable verbose logging.
+Print summary after hardlinking.
+.IP "\fB-vv\fP" 10
+Print every hardlinked file and bytes saved. Also print summary after hardlinking.
.IP "\fB-h\fP" 10
Show help.
.SH "AUTHOR"
fprintf (stderr, "Usage: %s [-cnvh] directories...\n", prog);
fprintf (stderr, " -c When finding candidates for linking, compare only file contents.\n");
fprintf (stderr, " -n Don't actually link anything, just report what would be done.\n");
- fprintf (stderr, " -v Operate in verbose mode.\n");
+ fprintf (stderr, " -v Print summary after hardlinking.\n");
+ fprintf (stderr, " -vv Print every hardlinked file and bytes saved + summary.\n");
fprintf (stderr, " -h Show help.\n");
exit(255);
}