diff options
Diffstat (limited to 'g10/keygen.c')
-rw-r--r-- | g10/keygen.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/g10/keygen.c b/g10/keygen.c index 2b5d34d3b..7431d8c61 100644 --- a/g10/keygen.c +++ b/g10/keygen.c @@ -930,7 +930,7 @@ generate_keypair() if( algo == PUBKEY_ALGO_DSA ) tty_printf(_("Note that this key cannot be used for " "encryption. You may want to use\n" - "the command \"--add-key\" to generate a " + "the command \"--edit-key\" to generate a " "secondary key for this purpose.\n") ); } |