From d8ad55dfe1c8f9a90cb0f827dd1b330d43e93312 Mon Sep 17 00:00:00 2001 From: Joshua Campbell Date: Tue, 31 Mar 2020 11:32:52 -0700 Subject: [PATCH] Specifying unit for max and min file size, issue #134 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README b/README index 9876dc4..d8d2786 100644 --- a/README +++ b/README @@ -17,8 +17,8 @@ Usage: fdupes [options] DIRECTORY... -H --hardlinks normally, when two or more files point to the same disk area they are treated as non-duplicates; this option will change this behavior - -G --minsize=SIZE consider only files greater than or equal to SIZE - -L --maxsize=SIZE consider only files less than or equal to SIZE + -G --minsize=SIZE consider only files greater than or equal to SIZE in bytes + -L --maxsize=SIZE consider only files less than or equal to SIZE in bytes -n --noempty exclude zero-length files from consideration -A --nohidden exclude hidden files from consideration -f --omitfirst omit the first file in each set of matches