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 ```