aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:33:53 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-10-14 02:33:53 +1300
commit59516f9558c5d67141fde69d9f022008d32ee483 (patch)
treeb959e56ef4843294b5c44a9bec6b3b0235d51d4b
parentUpdate BUGS/LIMITATIONS sections (diff)
downloadMail-Run-Crypt-59516f9558c5d67141fde69d9f022008d32ee483.tar.gz
Mail-Run-Crypt-59516f9558c5d67141fde69d9f022008d32ee483.zip
Don't pretend this will work with any OpenPGP imp
-rwxr-xr-xbin/runcrypt8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/runcrypt b/bin/runcrypt
index 82bfa9a..5f75819 100755
--- a/bin/runcrypt
+++ b/bin/runcrypt
@@ -36,14 +36,14 @@ my ( $opt, $usage ) = describe_options(
# Key ID defaults to environment RUNCRYPT_KEYID if set
[
'keyid|k=s',
- 'OpenPGP key ID',
+ 'GnuPG key ID',
{ default => $ENV{RUNCRYPT_KEYID} // undef },
],
# Key passphrase file defaults to environment RUNCRYPT_PASSFILE if set
[
'passfile|p=s',
- 'Path to OpenPGP passphrase file',
+ 'Path to GnuPG passphrase file',
{ default => $ENV{RUNCRYPT_PASSFILE} // undef },
],
@@ -122,8 +122,8 @@ __END__
=encoding utf8
=for stopwords
-runcrypt decrypt stdout stderr GPG OpenPGP tradename licensable MERCHANTABILITY
-passfile
+runcrypt decrypt stdout stderr GPG GnuPG OpenPGP tradename licensable
+MERCHANTABILITY passfile
=head1 NAME