aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:21:18 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:21:18 +1300
commit962936db481b51542fbea413c20c4a5160a05915 (patch)
treebad9e3f3d311a86baac29f9c5ed1191b24d9ef4c
parentUse lowercase carp/croak messages consistently (diff)
downloadMail-Run-Crypt-962936db481b51542fbea413c20c4a5160a05915.tar.gz
Mail-Run-Crypt-962936db481b51542fbea413c20c4a5160a05915.zip
Update file carp/croak messages
-rwxr-xr-xbin/runcrypt4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/runcrypt b/bin/runcrypt
index fce767b..4b99e33 100755
--- a/bin/runcrypt
+++ b/bin/runcrypt
@@ -71,14 +71,14 @@ my ( $opt, $usage ) = describe_options(
# Print help if requested
if ( $opt->help ) {
print $usage->text
- or carp 'failed stdout write';
+ or carp 'failed stdout usage write';
exit 0;
}
# Bail if run without arguments
if ( !@ARGV ) {
printf {*STDERR} $usage->text
- or carp 'failed stderr write';
+ or carp 'failed stderr usage write';
exit 2;
}