summaryrefslogtreecommitdiff
path: root/dupfiles.1
diff options
context:
space:
mode:
Diffstat (limited to 'dupfiles.1')
-rw-r--r--dupfiles.16
1 files changed, 5 insertions, 1 deletions
diff --git a/dupfiles.1 b/dupfiles.1
index 1bcf159..ee66d9b 100644
--- a/dupfiles.1
+++ b/dupfiles.1
@@ -20,6 +20,7 @@ dupfiles \- find identical files and optionally hardlink them
.B dupfiles
.RB [ --make-hardlinks ]
.RB [ --progress ]
+.RB [ --remove ]
.RI [ file ]...
.SH DESCRIPTION
.B dupfiles
@@ -43,7 +44,10 @@ Report progress while program is running.
.BR --make-hardlinks
Instead of reporting files that have been found,
make sure all names point at the same content.
-FIXME.
+.TP
+.BR --remove
+Remove all but one copy of identical files.
+The copy that gets kept is chosen arbitrarily.
.SH EXAMPLE
To find all duplicate packages in Debian and Ubuntu:
.IP