aboutsummaryrefslogtreecommitdiff
path: root/checkem
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-10 15:24:35 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-10 15:27:46 +1200
commit7ab10c6bbbeeebb9c1fae832e9466b2f1df2f7a1 (patch)
tree197fdb9618eb4471937ac52cd4f0b7d0cf464a05 /checkem
parentMerge obvious two blocks (diff)
downloadcheckem-7ab10c6bbbeeebb9c1fae832e9466b2f1df2f7a1.tar.gz
checkem-7ab10c6bbbeeebb9c1fae832e9466b2f1df2f7a1.zip
Explain support for searching for duped files
We get this for free from File::Find
Diffstat (limited to 'checkem')
-rwxr-xr-xcheckem2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkem b/checkem
index c105c3e..f64044a 100755
--- a/checkem
+++ b/checkem
@@ -29,7 +29,7 @@ our $VERSION = 2.9;
# If no arguments, work with the current working directory
if ( !@ARGV ) {
- printf {*STDERR} "%s\n", 'Need at least one dir to search';
+ printf {*STDERR} "%s\n", 'Need at least one file or directory';
exit 2;
}