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