aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/dups
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/dups')
-rwxr-xr-xplugins/dups2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/dups b/plugins/dups
index d44ecfc..4f31fc6 100755
--- a/plugins/dups
+++ b/plugins/dups
@@ -4,7 +4,7 @@
#
# Source: https://www.commandlinefu.com/commands/view/3555/find-duplicate-files-based-on-size-first-then-md5-hash
#
-# Requires: find md5sum sort uniq xargs
+# Dependencies: find md5sum sort uniq xargs
#
# Shell: POSIX compliant
# Authors: syssyphus, KlzXS