summaryrefslogtreecommitdiffstats
path: root/g10/gpg.c
diff options
context:
space:
mode:
authorWerner Koch <wk@gnupg.org>2009-03-17 13:13:32 +0100
committerWerner Koch <wk@gnupg.org>2009-03-17 13:13:32 +0100
commit6e7c855d98f390704f193eb5f433cf2d28597814 (patch)
treeb3f156fe77bbc386d51c5efaeab36ea7fb660e24 /g10/gpg.c
parent* gpg.texi (GPG Configuration Options): Document keyserver-options (diff)
downloadgnupg2-6e7c855d98f390704f193eb5f433cf2d28597814.tar.xz
gnupg2-6e7c855d98f390704f193eb5f433cf2d28597814.zip
Move password repetition from gpg to gpg-agent.
Diffstat (limited to 'g10/gpg.c')
-rw-r--r--g10/gpg.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/g10/gpg.c b/g10/gpg.c
index 727c108d2..a88b1ffc3 100644
--- a/g10/gpg.c
+++ b/g10/gpg.c
@@ -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;