[PATCH] Correct the description of the -K option

Christopher Faylor cgf-use-the-mailinglist-please@cygwin.com
Sun Jan 2 19:09:00 GMT 2011


On Sun, Jan 02, 2011 at 03:33:23PM +0000, Jon TURNEY wrote:
>setup's -K/--pubkey option introduces the URL for a public key, not a file path
>
>2011-01-02  Jon TURNEY  <jon.turney@dronecode.org.uk>
>
>	* crypto.c (ExtraKeyOption): Correct option description.
>
>Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
>---
> crypto.cc |    2 +-
> 1 files changed, 1 insertions(+), 1 deletions(-)
>
>diff --git a/crypto.cc b/crypto.cc
>index 77742d8..cdf6824 100755
>--- a/crypto.cc
>+++ b/crypto.cc
>@@ -46,7 +46,7 @@ static const char *cvsid =
> 
> /*  Command-line options for specifying and controlling extra keys.  */
> static StringOption ExtraKeyOption ("", 'K', "pubkey",
>-			"Path to extra public key file (gpg format)", true);
>+			"URL of extra public key file (gpg format)", true);
> 
> static StringOption SexprExtraKeyOption ("", 'S', "sexpr-pubkey",
> 			"Extra public key in s-expr format", true);

Looks good.  Go ahead and apply.

Thanks.

cgf



More information about the Cygwin-apps mailing list