1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

* 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

@ -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;