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

This commit is contained in:
David Shaw 2009-03-15 03:39:50 +00:00
parent 104712d412
commit 0ff2a6b943
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2009-03-14 David Shaw <dshaw@jabberwocky.com>
* gpgv.c (my_strusage): Fix name of program in "Syntax" line.
2009-02-27 Werner Koch <wk@g10code.com>
* call-agent.c (agent_scd_pksign, agent_scd_pkdecrypt): First send

View File

@ -116,7 +116,7 @@ my_strusage( int level )
case 1:
case 40: p = _("Usage: gpgv [options] [files] (-h for help)");
break;
case 41: p = _("Syntax: gpg [options] [files]\n"
case 41: p = _("Syntax: gpgv [options] [files]\n"
"Check signatures against known trusted keys\n");
break;