Update README.md

This commit is contained in:
Jan Bader 2023-07-03 09:17:45 +02:00 committed by GitHub
parent c090b6645e
commit c535c3d050
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 > 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 > dupe-finder --delete-prompt --move-files /dupes/ ~/ /mnt/EXT
``` ```