From c535c3d050da55fc4079ac75058c9075efc755cc Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Mon, 3 Jul 2023 09:17:45 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c284d0..0a21629 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Load previous results from `dupes.json` and delete all duplicates located in ~/. > dupe-finder --from-file dupes.json --delete-dupes-in ~/.cache ``` -Find all duplicate files in `~/' and `/mnt/EXT`. Prompt which file to keep for each set of duplicates and move the others to /dupes/. +Find all duplicate files in `~/` and `/mnt/EXT`. Prompt which file to keep for each set of duplicates and move the others to /dupes/. ``` > dupe-finder --delete-prompt --move-files /dupes/ ~/ /mnt/EXT ```