On 02/01/2011 19:09, Christopher Faylor wrote: > 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-grjqepx9rppajuda+fb...@public.gmane.org> >> >> * crypto.c (ExtraKeyOption): Correct option description. >> >> Signed-off-by: Jon TURNEY >> <jon.turney-grjqepx9rppajuda+fb...@public.gmane.org> >> --- >> 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.
Done http://www.cygwin.com/faq/faq.setup.html#faq.setup.cli should possibly get updated as well.