mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Print use --full-gen-key note using the installed name of gpg.
--
This commit is contained in:
parent
43595e8d4f
commit
587a0956b9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue