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