dirmngr/src (ChangeLog dirmngr.c)
cvs user wk
cvs at cvs.gnupg.org
Wed Mar 9 17:01:28 CET 2005
Date: Wednesday, March 9, 2005 @ 17:14:13
Author: wk
Path: /cvs/dirmngr/dirmngr/src
Modified: ChangeLog dirmngr.c
Add a note to the help listing check the man page for
other options.
-----------+
ChangeLog | 5 +++++
dirmngr.c | 5 +++++
2 files changed, 10 insertions(+)
Index: dirmngr/src/ChangeLog
diff -u dirmngr/src/ChangeLog:1.42 dirmngr/src/ChangeLog:1.43
--- dirmngr/src/ChangeLog:1.42 Tue Feb 1 17:49:15 2005
+++ dirmngr/src/ChangeLog Wed Mar 9 17:14:13 2005
@@ -1,3 +1,8 @@
+2005-03-09 Werner Koch <wk at g10code.com>
+
+ * dirmngr.c: Add a note to the help listing check the man page for
+ other options.
+
2005-02-01 Werner Koch <wk at g10code.com>
* crlcache.c (crl_parse_insert): Renamed a few variables and
Index: dirmngr/src/dirmngr.c
diff -u dirmngr/src/dirmngr.c:1.55 dirmngr/src/dirmngr.c:1.56
--- dirmngr/src/dirmngr.c:1.55 Tue Feb 1 17:49:15 2005
+++ dirmngr/src/dirmngr.c Wed Mar 9 17:14:13 2005
@@ -171,6 +171,11 @@
{ oLDAPWrapperProgram, "ldap-wrapper-program", 2, "@"},
{ oHTTPWrapperProgram, "http-wrapper-program", 2, "@"},
{ oHonorHTTPProxy, "honor-http-proxy", 0, "@" },
+
+ { 302, NULL, 0, N_(
+ "@\n(See the man page for a complete listing of all commands and options)\n"
+ )},
+
{0}
};
More information about the Gnupg-commits
mailing list