aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--g10/ChangeLog4
-rw-r--r--g10/gpgv.c6
2 files changed, 7 insertions, 3 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index f3ef35592..ada348b2d 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,3 +1,7 @@
+2009-03-14 David Shaw <[email protected]>
+
+ * gpgv.c (strusage): Fix name of program in "Syntax" line.
+
2009-02-09 Werner Koch <[email protected]>
* keylist.c (print_capabilities): Take care of cert-only keys.
diff --git a/g10/gpgv.c b/g10/gpgv.c
index 16634a61c..78776a48b 100644
--- a/g10/gpgv.c
+++ b/g10/gpgv.c
@@ -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 @@ strusage( int level )
_("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;