[svn] GnuPG - r4951 - trunk/g10
svn author dshaw
cvs at cvs.gnupg.org
Sun Mar 15 04:39:51 CET 2009
Author: dshaw
Date: 2009-03-15 04:39:50 +0100 (Sun, 15 Mar 2009)
New Revision: 4951
Modified:
trunk/g10/ChangeLog
trunk/g10/gpgv.c
Log:
* gpgv.c (my_strusage): Fix name of program in "Syntax" line.
Modified: trunk/g10/ChangeLog
===================================================================
--- trunk/g10/ChangeLog 2009-03-15 03:10:04 UTC (rev 4950)
+++ trunk/g10/ChangeLog 2009-03-15 03:39:50 UTC (rev 4951)
@@ -1,3 +1,7 @@
+2009-03-14 David Shaw <dshaw at jabberwocky.com>
+
+ * gpgv.c (my_strusage): Fix name of program in "Syntax" line.
+
2009-02-27 Werner Koch <wk at g10code.com>
* call-agent.c (agent_scd_pksign, agent_scd_pkdecrypt): First send
Modified: trunk/g10/gpgv.c
===================================================================
--- trunk/g10/gpgv.c 2009-03-15 03:10:04 UTC (rev 4950)
+++ trunk/g10/gpgv.c 2009-03-15 03:39:50 UTC (rev 4951)
@@ -116,7 +116,7 @@
case 1:
case 40: p = _("Usage: gpgv [options] [files] (-h for help)");
break;
- case 41: p = _("Syntax: gpg [options] [files]\n"
+ case 41: p = _("Syntax: gpgv [options] [files]\n"
"Check signatures against known trusted keys\n");
break;
More information about the Gnupg-commits
mailing list