aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-08-20 14:46:42 +1200
committerTom Ryder <tom@sanctum.geek.nz>2017-08-20 14:46:42 +1200
commit36d4870cb9ba33f9acec5c8178952fe7f7009520 (patch)
tree1bb09436f696eb920214694894d557878ffae454
parentRemove an erroneous comment (diff)
downloadcheckem-36d4870cb9ba33f9acec5c8178952fe7f7009520.tar.gz
checkem-36d4870cb9ba33f9acec5c8178952fe7f7009520.zip
Correct a comment
-rwxr-xr-xcheckem2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkem b/checkem
index d8c03c7..38cf1e6 100755
--- a/checkem
+++ b/checkem
@@ -27,7 +27,7 @@ use Digest;
# Version number to make Perl::Critic happy
our $VERSION = 2.12;
-# If no arguments, work with the current working directory
+# Complain if there are no arguments
if ( !@ARGV ) {
printf {*STDERR} "%s\n", 'Need at least one file or directory';
exit 2;