1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-03 12:11:33 +01:00

* gpgv.c (strusage): Fix name of program in "Syntax" line.

This commit is contained in:
David Shaw 2009-03-15 03:10:04 +00:00
parent f801e0f9a8
commit a2fc01ae00
2 changed files with 7 additions and 3 deletions

View File

@ -1,3 +1,7 @@
2009-03-14 David Shaw <dshaw@jabberwocky.com>
* gpgv.c (strusage): Fix name of program in "Syntax" line.
2009-02-09 Werner Koch <wk@g10code.com> 2009-02-09 Werner Koch <wk@g10code.com>
* keylist.c (print_capabilities): Take care of cert-only keys. * keylist.c (print_capabilities): Take care of cert-only keys.

View File

@ -1,6 +1,6 @@
/* gpgv.c - The GnuPG signature verify utility /* gpgv.c - The GnuPG signature verify utility
* Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005, * Copyright (C) 1998, 1999, 2000, 2001, 2002, 2005, 2006,
* 2006 Free Software Foundation, Inc. * 2009 Free Software Foundation, Inc.
* *
* This file is part of GnuPG. * This file is part of GnuPG.
* *
@ -99,7 +99,7 @@ strusage( int level )
_("Usage: gpgv [options] [files] (-h for help)"); _("Usage: gpgv [options] [files] (-h for help)");
break; break;
case 41: p = case 41: p =
_("Syntax: gpg [options] [files]\n" _("Syntax: gpgv [options] [files]\n"
"Check signatures against known trusted keys\n"); "Check signatures against known trusted keys\n");
break; break;