mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
gpg: Print use --full-gen-key note using the installed name of gpg.
--
This commit is contained in:
parent
43595e8d4f
commit
587a0956b9
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user