aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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