gpg: Print use --full-gen-key note using the installed name of gpg.

--
This commit is contained in:
Werner Koch 2014-11-04 10:52:46 +01:00
parent 43595e8d4f
commit 587a0956b9
1 changed files with 1 additions and 1 deletions

View File

@ -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);