[svn] GnuPG - r4950 - branches/STABLE-BRANCH-1-4/g10

svn author dshaw cvs at cvs.gnupg.org
Sun Mar 15 04:10:05 CET 2009


Author: dshaw
Date: 2009-03-15 04:10:04 +0100 (Sun, 15 Mar 2009)
New Revision: 4950

Modified:
   branches/STABLE-BRANCH-1-4/g10/ChangeLog
   branches/STABLE-BRANCH-1-4/g10/gpgv.c
Log:
* gpgv.c (strusage): Fix name of program in "Syntax" line.


Modified: branches/STABLE-BRANCH-1-4/g10/ChangeLog
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/ChangeLog	2009-03-13 18:59:07 UTC (rev 4949)
+++ branches/STABLE-BRANCH-1-4/g10/ChangeLog	2009-03-15 03:10:04 UTC (rev 4950)
@@ -1,3 +1,7 @@
+2009-03-14  David Shaw  <dshaw at jabberwocky.com>
+
+	* gpgv.c (strusage): Fix name of program in "Syntax" line.
+
 2009-02-09  Werner Koch  <wk at g10code.com>
 
 	* keylist.c (print_capabilities): Take care of cert-only keys.

Modified: branches/STABLE-BRANCH-1-4/g10/gpgv.c
===================================================================
--- branches/STABLE-BRANCH-1-4/g10/gpgv.c	2009-03-13 18:59:07 UTC (rev 4949)
+++ branches/STABLE-BRANCH-1-4/g10/gpgv.c	2009-03-15 03:10:04 UTC (rev 4950)
@@ -1,6 +1,6 @@
 /* gpgv.c - The GnuPG signature verify utility
- * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005,
- *               2006 Free Software Foundation, Inc.
+ * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005, 2006,
+ *               2009 Free Software Foundation, Inc.
  *
  * This file is part of GnuPG.
  *
@@ -99,7 +99,7 @@
 	    _("Usage: gpgv [options] [files] (-h for help)");
 	break;
       case 41:	p =
-	    _("Syntax: gpg [options] [files]\n"
+	    _("Syntax: gpgv [options] [files]\n"
 	      "Check signatures against known trusted keys\n");
 	break;
 




More information about the Gnupg-commits mailing list