From eac17b8cd8d11ce95d0c86996262ac45fc027f8d Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 14 Oct 2017 14:46:57 +1300 Subject: Correct a documentation error --- README.markdown | 2 +- bin/runcrypt | 2 +- lib/Mail/Run/Crypt.pm | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.markdown b/README.markdown index 2971906..1a88bff 100644 --- a/README.markdown +++ b/README.markdown @@ -70,7 +70,7 @@ Constructor method; accepts the following named parameters: The GnuPG key ID that should be used to sign messages. This is required for signing, and has no effect without `sign`. It can be any means of identifying - the key acceptable to GnuPG; the key's 16-byte ("long") hexadecimal ID prefixed + the key acceptable to GnuPG; the key's 8-byte ("long") hexadecimal ID prefixed with `0x` is probably the best way. - `passphrase` diff --git a/bin/runcrypt b/bin/runcrypt index 38d594f..1e110c4 100755 --- a/bin/runcrypt +++ b/bin/runcrypt @@ -178,7 +178,7 @@ a compromised key. The GnuPG key ID that should be used to sign messages. This is required for signing, and has no effect if C<--sign> is not given. It can be any means of -identifying the key acceptable to GnuPG; the key's 16-byte ("long") hexadecimal +identifying the key acceptable to GnuPG; the key's 8-byte ("long") hexadecimal ID prefixed with C<0x> is probably the best way. This defaults to the value of the environment variable C. diff --git a/lib/Mail/Run/Crypt.pm b/lib/Mail/Run/Crypt.pm index 0aaf0cc..b059761 100644 --- a/lib/Mail/Run/Crypt.pm +++ b/lib/Mail/Run/Crypt.pm @@ -202,7 +202,7 @@ a compromised key. The GnuPG key ID that should be used to sign messages. This is required for signing, and has no effect without C. It can be any means of identifying -the key acceptable to GnuPG; the key's 16-byte ("long") hexadecimal ID prefixed +the key acceptable to GnuPG; the key's 8-byte ("long") hexadecimal ID prefixed with C<0x> is probably the best way. =item C -- cgit v1.2.3