updated docs to show interactive mode

This commit is contained in:
sreedev
2023-01-10 20:28:53 -05:00
parent dd4b051378
commit 95af6c4a70

View File

@@ -16,7 +16,8 @@ Usage: deduplicator [OPTIONS]
Options:
-t, --types <TYPES> Filetypes to deduplicate (default = all)
--dir <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
```