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