diff options
author | David Shaw <[email protected]> | 2009-03-15 03:10:04 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2009-03-15 03:10:04 +0000 |
commit | a2fc01ae0064f8c5655e8410ba3e5ef998c0e962 (patch) | |
tree | b9bbaf4af483e186388654627a689d9bb6b48af7 | |
parent | * http.c (do_parse_uri): Properly handle IPv6 literal addresses as per (diff) | |
download | gnupg-a2fc01ae0064f8c5655e8410ba3e5ef998c0e962.tar.gz gnupg-a2fc01ae0064f8c5655e8410ba3e5ef998c0e962.zip |
* gpgv.c (strusage): Fix name of program in "Syntax" line.
-rw-r--r-- | g10/ChangeLog | 4 | ||||
-rw-r--r-- | g10/gpgv.c | 6 |
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; |