diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2020-11-08 21:27:30 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2020-11-08 21:37:19 +0530 |
commit | 8b9e0edc94ab6e35df0598d4008f72a92db9d868 (patch) | |
tree | f07e790883e628b6f61beaaf6116f0610981de8f /plugins/dups | |
parent | 7b3b41093edfbce86b827242c40d4e5981e231fd (diff) | |
download | nnn-8b9e0edc94ab6e35df0598d4008f72a92db9d868.tar.gz |
Update plugin notes and table
Diffstat (limited to 'plugins/dups')
-rwxr-xr-x | plugins/dups | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dups b/plugins/dups index 1cba8a8..02954e8 100755 --- a/plugins/dups +++ b/plugins/dups @@ -24,7 +24,7 @@ printf "\ ## This is an overview of all duplicate files found. ## Comment out the files you wish to remove. You will be given an option to cancel. ## Lines with double comments (##) are ignored. -## If you choose to remove, you will be given a choice between removing files with force or interactively.\n +## You will have the option to remove the files with force or interactively.\n " > "$tmpfile" # shellcheck disable=SC2016 |