@@ -58,30 +58,33 @@ yadf -f ldjson
5858 <summary >Help output.</summary >
5959
6060```
61- yadf 0.12 .1
61+ yadf 0.13 .1
6262Yet Another Dupes Finder
6363
6464USAGE:
6565 yadf [FLAGS] [OPTIONS] [paths]...
6666
6767FLAGS:
68- -h, --help Prints help information
69- -n, --no-empty Excludes empty files
70- -q, --quiet Pass many times for less log output
71- -V, --version Prints version information
72- -v, --verbose Pass many times for more log output
68+ -H, --hard-links Treat hard links to same file as duplicates
69+ -h, --help Prints help information
70+ -n, --no-empty Excludes empty files
71+ -q, --quiet Pass many times for less log output
72+ -V, --version Prints version information
73+ -v, --verbose Pass many times for more log output
7374
7475OPTIONS:
75- -a, --algorithm <algorithm> Hashing algorithm [default: Highway] [possible values: Highway, MetroHash, SeaHash, XxHash]
76- -f, --format <format> Output format [default: Fdupes] [possible values: Csv, Fdupes, Json, JsonPretty, LdJson, Machine]
76+ -a, --algorithm <algorithm> Hashing algorithm [default: AHash] [possible values: AHash,
77+ Highway, MetroHash, SeaHash, XxHash]
78+ -f, --format <format> Output format [default: Fdupes] [possible values: Csv, Fdupes,
79+ Json, JsonPretty, LdJson, Machine]
7780 --max <size> Maximum file size
7881 -d, --depth <depth> Maximum recursion depth
7982 --min <size> Minimum file size
8083 -p, --pattern <glob> Check files with a name matching a glob pattern, see:
8184 https://docs.rs/globset/0.4.6/globset/index.html#syntax
8285 -R, --regex <regex> Check files with a name matching a Perl-style regex, see:
8386 https://docs.rs/regex/1.4.2/regex/index.html#syntax
84- --rfactor <rfactor> Replication factor [under|equal|over]:n
87+ --rfactor <rfactor> Replication factor [under|equal|over]:n
8588
8689ARGS:
8790 <paths>... Directories to search
0 commit comments