1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-03 22:56:33 +02:00

Move password repetition from gpg to gpg-agent.

This commit is contained in:
Werner Koch 2009-03-17 12:13:32 +00:00
parent a50a274d20
commit 6e7c855d98
8 changed files with 106 additions and 58 deletions

View file

@ -800,7 +800,7 @@ my_strusage( int level )
const char *p;
switch( level ) {
case 11: p = "gpg2 (GnuPG)";
case 11: p = "gpg (GnuPG)";
break;
case 13: p = VERSION; break;
case 17: p = PRINTABLE_OS_NAME; break;
@ -828,10 +828,10 @@ my_strusage( int level )
case 1:
case 40: p =
_("Usage: gpg2 [options] [files] (-h for help)");
_("Usage: gpg [options] [files] (-h for help)");
break;
case 41: p =
_("Syntax: gpg2 [options] [files]\n"
_("Syntax: gpg [options] [files]\n"
"sign, check, encrypt or decrypt\n"
"default operation depends on the input data\n");
break;