Skip to content

Commit fdf22b9

Browse files
committed
bump version
1 parent 5aed7c9 commit fdf22b9

3 files changed

Lines changed: 14 additions & 11 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "yadf"
3-
version = "0.13.0"
3+
version = "0.13.1"
44
authors = ["jRimbault <jacques.rimbault@gmail.com>"]
55
edition = "2018"
66
description = "yet another dupes finder"

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,30 +58,33 @@ yadf -f ldjson
5858
<summary>Help output.</summary>
5959

6060
```
61-
yadf 0.12.1
61+
yadf 0.13.1
6262
Yet Another Dupes Finder
6363
6464
USAGE:
6565
yadf [FLAGS] [OPTIONS] [paths]...
6666
6767
FLAGS:
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
7475
OPTIONS:
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
8689
ARGS:
8790
<paths>... Directories to search

0 commit comments

Comments
 (0)