From 09a4dc86609879496f766823133674a3e1c217c0 Mon Sep 17 00:00:00 2001 From: Jan Bader Date: Sat, 21 Nov 2020 22:03:14 +0100 Subject: [PATCH] Fix code blocks in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f2256c6..32020b0 100644 --- a/README.md +++ b/README.md @@ -34,15 +34,15 @@ dupe-finder supports the following options: Find all duplicate files in `~/` and save the results to `dupes.json` ``` > dupe-finder --to-file dupes.json ~/ -``̀` +``` Load previous results from `dupes.json` and delete all duplicates located 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/. ``` > dupe-finder --delete-prompt --move-files /dupes/ ~/ /mnt/EXT -``̀` +```