From b16236763c7005050fa67ced55cf63bd6e6e60a9 Mon Sep 17 00:00:00 2001 From: sreedev Date: Tue, 14 Nov 2023 18:36:27 -0500 Subject: [PATCH] updated readme + version number --- Cargo.lock | 2 +- README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index be2769d..23aebc7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -320,7 +320,7 @@ dependencies = [ [[package]] name = "deduplicator" -version = "0.2.0" +version = "0.2.1" dependencies = [ "anyhow", "bytesize", diff --git a/README.md b/README.md index 76424d2..5be4387 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,7 @@ Options: -f, --follow-links Follow links while scanning directories -h, --help Print help information -V, --version Print version information + --json ``` ### Examples