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]

[PATCH] Correct the description of the -K option


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);
-- 
1.7.3.3


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