mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02:00
Print warning when --default-key is used.
This commit is contained in:
parent
e4ce12abd1
commit
3749712484
@ -1065,6 +1065,7 @@ main ( int argc, char **argv)
|
|||||||
|
|
||||||
case oDefaultKey:
|
case oDefaultKey:
|
||||||
/* fixme:opt.def_secret_key = pargs.r.ret_str;*/
|
/* fixme:opt.def_secret_key = pargs.r.ret_str;*/
|
||||||
|
log_info ("WARNING: --default-key has not yet been implemented\n");
|
||||||
break;
|
break;
|
||||||
case oDefRecipient:
|
case oDefRecipient:
|
||||||
if (*pargs.r.ret_str)
|
if (*pargs.r.ret_str)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user