From 962936db481b51542fbea413c20c4a5160a05915 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Oct 2017 02:21:18 +1300 Subject: Update file carp/croak messages --- bin/runcrypt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') 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; } -- cgit v1.2.3