1
0
mirror of git://git.gnupg.org/gnupg.git synced 2024-06-13 00:09:51 +02:00

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

View File

@ -3722,7 +3722,7 @@ generate_keypair (ctrl_t ctrl, int full, const char *fname,
{ {
tty_printf ( _("Note: Use \"%s %s\"" tty_printf ( _("Note: Use \"%s %s\""
" for a full featured key generation dialog.\n"), " 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, para = quickgen_set_para (para, 0,
DEFAULT_STD_ALGO, DEFAULT_STD_KEYSIZE, DEFAULT_STD_ALGO, DEFAULT_STD_KEYSIZE,
DEFAULT_STD_CURVE); DEFAULT_STD_CURVE);