From 4d27da99f3011da9a08bb926df710e76d109918a Mon Sep 17 00:00:00 2001 From: sreedev Date: Mon, 23 Jan 2023 20:09:15 -0500 Subject: [PATCH] updated README.md --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 22f9ffe..1a4bddb 100644 --- a/README.md +++ b/README.md @@ -7,16 +7,18 @@ ## Usage ```bash -Usage: deduplicator [OPTIONS] +Usage: deduplicator [OPTIONS] [scan_dir_path] + +Arguments: + [scan_dir_path] Run Deduplicator on dir different from pwd (e.g., ~/Pictures ) Options: -t, --types Filetypes to deduplicate [default = all] - --dir Run Deduplicator on dir different from pwd -i, --interactive Delete files interactively - --min-size Minimum filesize of duplicates to scan (e.g., 100B/1K/2M/3G/4T) [default: 1b] + -s, --min-size Minimum filesize of duplicates to scan (e.g., 100B/1K/2M/3G/4T) [default: 1b] -d, --max-depth Max Depth to scan while looking for duplicates --min-depth Min Depth to scan while looking for duplicates - --follow-links Follow links while scanning directories + -f, --follow-links Follow links while scanning directories -h, --help Print help information -V, --version Print version information ```