From 9b1f591c200334172d02589291246e28383e1a8c Mon Sep 17 00:00:00 2001 From: sreedev Date: Wed, 18 Jan 2023 02:39:29 -0500 Subject: [PATCH] adds minsize option to README.md --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 75b1638..908b807 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,12 @@ NOTE: This project is still being developed. At the moment, as shown in the scre Usage: deduplicator [OPTIONS] Options: - -t, --types Filetypes to deduplicate (default = all) - --dir Run Deduplicator on dir different from pwd - -i, --interactive Delete files interactively - -h, --help Print help information - -V, --version Print version information + -t, --types Filetypes to deduplicate (default = all) + --dir Run Deduplicator on dir different from pwd + -i, --interactive Delete files interactively + -m, --minsize Minimum filesize of duplicates to scan (e.g., 100B/1K/2M/3G/4T). [default = 0] + -h, --help Print help information + -V, --version Print version information ```

Installation