mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
g10: Shorten unreasonably long option.
* g10/gpg.c (opts): Rename 'generate-revocation-certificate' to
'generate-revocation'.
* doc/gpg.texi: Update accordingly.
* po: Update translations.
GnuPG-bug-id: 2700
Fixes-commit: ec1bd3ae68
Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
bc6b76ef26
commit
c252627c6f
29 changed files with 36 additions and 36 deletions
|
@ -459,7 +459,7 @@ static ARGPARSE_OPTS opts[] = {
|
|||
ARGPARSE_c (aFullKeygen, "full-generate-key" ,
|
||||
N_("full featured key pair generation")),
|
||||
ARGPARSE_c (aFullKeygen, "full-gen-key", "@"),
|
||||
ARGPARSE_c (aGenRevoke, "generate-revocation-certificate",
|
||||
ARGPARSE_c (aGenRevoke, "generate-revocation",
|
||||
N_("generate a revocation certificate")),
|
||||
ARGPARSE_c (aGenRevoke, "gen-revoke", "@"),
|
||||
ARGPARSE_c (aDeleteKeys,"delete-keys",
|
||||
|
@ -4547,7 +4547,7 @@ main (int argc, char **argv)
|
|||
|
||||
case aGenRevoke:
|
||||
if( argc != 1 )
|
||||
wrong_args("--generate-revocation-certificate user-id");
|
||||
wrong_args("--generate-revocation user-id");
|
||||
username = make_username(*argv);
|
||||
gen_revoke( username );
|
||||
xfree( username );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue