mirror of
git://git.gnupg.org/gnupg.git
synced 2024-11-04 20:38:50 +01:00
* gpgv.c (strusage): Fix name of program in "Syntax" line.
This commit is contained in:
parent
f801e0f9a8
commit
a2fc01ae00
@ -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>
|
||||
|
||||
* keylist.c (print_capabilities): Take care of cert-only keys.
|
||||
|
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user