Fix code blocks in README

This commit is contained in:
Jan Bader 2020-11-21 22:03:14 +01:00 committed by GitHub
parent f752ef972e
commit 09a4dc8660
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,15 +34,15 @@ dupe-finder supports the following options:
Find all duplicate files in `~/` and save the results to `dupes.json` Find all duplicate files in `~/` and save the results to `dupes.json`
``` ```
> dupe-finder --to-file dupes.json ~/ > dupe-finder --to-file dupes.json ~/
``̀` ```
Load previous results from `dupes.json` and delete all duplicates located in ~/.cache Load previous results from `dupes.json` and delete all duplicates located in ~/.cache
``` ```
> 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
``̀` ```