From 95af6c4a70d48439ac41dbdbd6c184dd987235e3 Mon Sep 17 00:00:00 2001 From: sreedev Date: Tue, 10 Jan 2023 20:28:53 -0500 Subject: [PATCH] updated docs to show interactive mode --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 005453f..2f9b703 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,8 @@ Usage: deduplicator [OPTIONS] Options: -t, --types Filetypes to deduplicate (default = all) --dir Run Deduplicator on dir different from pwd - -n, --nocache Don't use cache for indexing files (default = true) + -n, --nocache Don't use cache for indexing files (default = false) + -i, --interactive Delete files interactively -h, --help Print help information -V, --version Print version information ```