aboutsummaryrefslogtreecommitdiff
path: root/checkem
diff options
context:
space:
mode:
Diffstat (limited to 'checkem')
-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;