This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Correct the description of the -K option


On Mon, Jan 03, 2011 at 04:30:22PM +0000, Jon TURNEY wrote:
>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+FbntA@public.gmane.org>
>>>
>>> 	* crypto.c (ExtraKeyOption): Correct option description.
>>>
>>> Signed-off-by: Jon TURNEY <jon.turney-GrJqePx9RPPAJUdA+FbntA@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.

Could you update the words in winsup/doc?  Then it will eventually get
fixed on the web page.

cgf


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]