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:
parent
104712d412
commit
0ff2a6b943
2 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue