aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-11-04 09:52:46 +0000
committerWerner Koch <[email protected]>2014-11-04 09:53:12 +0000
commit587a0956b9d3292452a700d96e8d89a0b4bbae0f (patch)
tree72368fa67b212d36175e30aff8021857d2b98218
parentpo: Update French translation (diff)
downloadgnupg-587a0956b9d3292452a700d96e8d89a0b4bbae0f.tar.gz
gnupg-587a0956b9d3292452a700d96e8d89a0b4bbae0f.zip
gpg: Print use --full-gen-key note using the installed name of gpg.
--
-rw-r--r--g10/keygen.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keygen.c b/g10/keygen.c
index 7aff438ee..2610af5ff 100644
--- a/g10/keygen.c
+++ b/g10/keygen.c
@@ -3722,7 +3722,7 @@ generate_keypair (ctrl_t ctrl, int full, const char *fname,
{
tty_printf ( _("Note: Use \"%s %s\""
" for a full featured key generation dialog.\n"),
- GPG_NAME, "--full-gen-key" );
+ NAME_OF_INSTALLED_GPG, "--full-gen-key" );
para = quickgen_set_para (para, 0,
DEFAULT_STD_ALGO, DEFAULT_STD_KEYSIZE,
DEFAULT_STD_CURVE);