From 07390d3f80966f2028bd3a2a78e89e184578f162 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Mon, 11 May 2009 03:21:41 +0000 Subject: From 1.4: * curl-shim.h (curl_version): No need to provide a version for curl-shim as it always matches the GnuPG version. * gpgkeys_curl.c, gpgkeys_hkp.c (main): Show which version of curl we're using as part of --version. * gpgkeys_curl.c, gpgkeys_finger.c, gpgkeys_hkp.c, gpgkeys_ldap.c (show_help): Document --version. --- keyserver/gpgkeys_ldap.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'keyserver/gpgkeys_ldap.c') diff --git a/keyserver/gpgkeys_ldap.c b/keyserver/gpgkeys_ldap.c index f44a5c369..3fed8c590 100644 --- a/keyserver/gpgkeys_ldap.c +++ b/keyserver/gpgkeys_ldap.c @@ -1773,9 +1773,10 @@ find_basekeyspacedn(void) static void show_help (FILE *fp) { - fprintf (fp,"-h\thelp\n"); - fprintf (fp,"-V\tversion\n"); - fprintf (fp,"-o\toutput to this file\n"); + fprintf (fp,"-h, --help\thelp\n"); + fprintf (fp,"-V\t\tmachine readable version\n"); + fprintf (fp,"--version\thuman readable version\n"); + fprintf (fp,"-o\t\toutput to this file\n"); } int -- cgit v1.2.3