summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2014-10-17 13:31:07 +0200
committerWerner Koch <wk@gnupg.org>2014-10-17 13:31:07 +0200
commit60d22d54a50f63b4026aa8bbc97efa8d3c76e614 (patch)
tree29342296afdfb1d1d8b009f9cdf4fdd43c8b028b
parentdoc: Minor doc fix for --quick-lsign-key. (diff)
downloadgnupg2-60d22d54a50f63b4026aa8bbc97efa8d3c76e614.tar.xz
gnupg2-60d22d54a50f63b4026aa8bbc97efa8d3c76e614.zip
dirmngr: Minor usage output fix.
--
-rw-r--r--dirmngr/dirmngr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c
index b6892bf06..f629cfdea 100644
--- a/dirmngr/dirmngr.c
+++ b/dirmngr/dirmngr.c
@@ -1,4 +1,4 @@
-/* dirmngr.c - LDAP access
+/* dirmngr.c - Keyserver and X.509 LDAP access
* Copyright (C) 2002 Klarälvdalens Datakonsult AB
* Copyright (C) 2003, 2004, 2006, 2007, 2008, 2010, 2011 g10 Code GmbH
* Copyright (C) 2014 Werner Koch
@@ -320,7 +320,7 @@ my_strusage( int level )
case 40: p = _("Usage: @DIRMNGR@ [options] (-h for help)");
break;
case 41: p = _("Syntax: @DIRMNGR@ [options] [command [args]]\n"
- "LDAP and OCSP access for @GNUPG@\n");
+ "Keyserver, CRL, and OCSP access for @GNUPG@\n");
break;
default: p = NULL;