aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:34:22 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:34:22 +1300
commita5f8e61380d98df29be2ed6ed8b306e234226bbb (patch)
treec4842385ea89d594e1a4a59b5c14de811d36e9bd /bin
parentDon't pretend this will work with any OpenPGP imp (diff)
downloadMail-Run-Crypt-a5f8e61380d98df29be2ed6ed8b306e234226bbb.tar.gz
Mail-Run-Crypt-a5f8e61380d98df29be2ed6ed8b306e234226bbb.zip
Perl::Tidy run over bin/runcrypt
Diffstat (limited to 'bin')
-rwxr-xr-xbin/runcrypt3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/runcrypt b/bin/runcrypt
index 5f75819..adc61ae 100755
--- a/bin/runcrypt
+++ b/bin/runcrypt
@@ -35,8 +35,7 @@ my ( $opt, $usage ) = describe_options(
# Key ID defaults to environment RUNCRYPT_KEYID if set
[
- 'keyid|k=s',
- 'GnuPG key ID',
+ 'keyid|k=s', 'GnuPG key ID',
{ default => $ENV{RUNCRYPT_KEYID} // undef },
],