Imported Upstream version 2.0.0
[platform/upstream/fdupes.git] / fdupes.1
index 5ddad87..70c3c3e 100644 (file)
--- a/fdupes.1
+++ b/fdupes.1
@@ -33,23 +33,32 @@ follow symlinked directories
 normally, when two or more files point to the same disk area they are
 treated as non-duplicates; this option will change this behavior
 .TP
+.B -G --minsize\fR=\fISIZE\fR
+consider only files greater than or equal to SIZE
+.TP
+.B -L --maxsize=\fR=\fISIZE\fR
+consider only files less than or equal to SIZE
+.TP
 .B -n --noempty
 exclude zero-length files from consideration
 .TP
-.B -f --omitfirst
-omit the first file in each set of matches
-.TP
 .B -A --nohidden
 exclude hidden files from consideration
 .TP
+.B -f --omitfirst
+omit the first file in each set of matches
+.TP
 .B -1 --sameline
 list each set of matches on a single line
 .TP
 .B -S --size
 show size of duplicate files
 .TP
+.B  -t --time
+show modification time of duplicate files
+.TP
 .B -m --summarize
-summarize duplicate files information
+summarize duplicate file information
 .TP
 .B -q --quiet
 hide progress indicator
@@ -59,6 +68,10 @@ prompt user for files to preserve, deleting all others (see
 .B CAVEATS
 below)
 .TP
+.B -P --plain
+with --delete, use line-based prompt (as with older versions of
+fdupes) instead of screen-mode interface
+.TP
 .B -N --noprompt
 when used together with \-\-delete, preserve the first file in each
 set of duplicates and delete the others without prompting the user 
@@ -72,11 +85,14 @@ don't consider files with different owner/group or permission bits as duplicates
 .TP
 .B -o --order\fR=\fIWORD\fR
 order files according to WORD:
-time - sort by mtime, name - sort by filename
+time - sort by modification time, ctime - sort by status change time, name - sort by filename
 .TP
 .B -i --reverse
 reverse order while sorting
 .TP
+.B -l --log\fR=\fILOGFILE\fR
+log file deletion choices to LOGFILE
+.TP
 .B -v --version
 display fdupes version
 .TP