diff options
author | David Shaw <[email protected]> | 2009-03-15 03:58:38 +0000 |
---|---|---|
committer | David Shaw <[email protected]> | 2009-03-15 03:58:38 +0000 |
commit | 91e5544e38ac5663b0c303703a68ef189371ded6 (patch) | |
tree | 12e0838cefd2afb9ad02341b7e8c6a5999a2c5e3 /g10/gpg.c | |
parent | * gpgv.c (my_strusage): Fix name of program in "Syntax" line. (diff) | |
download | gnupg-91e5544e38ac5663b0c303703a68ef189371ded6.tar.gz gnupg-91e5544e38ac5663b0c303703a68ef189371ded6.zip |
* gpg.c (my_strusage): gpg2 and gpgv2 (not gpg and gpgv).
* gpgv.c (my_strusage): Same.
Diffstat (limited to '')
-rw-r--r-- | g10/gpg.c | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -800,7 +800,7 @@ my_strusage( int level ) const char *p; switch( level ) { - case 11: p = "gpg (GnuPG)"; + case 11: p = "gpg2 (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: gpg [options] [files] (-h for help)"); + _("Usage: gpg2 [options] [files] (-h for help)"); break; case 41: p = - _("Syntax: gpg [options] [files]\n" + _("Syntax: gpg2 [options] [files]\n" "sign, check, encrypt or decrypt\n" "default operation depends on the input data\n"); break; |