mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-14 21:47:19 +02:00
* app-openpgp.c (do_setattr): Add setting of the URL.
(app_select_openpgp): Dump card data only in very verbose mode. (do_decipher): New.
This commit is contained in:
parent
d1165b2132
commit
8b9f0bda3d
11 changed files with 207 additions and 37 deletions
|
@ -140,6 +140,9 @@ main (int argc, char **argv )
|
|||
if (log_get_errorcount(0))
|
||||
exit(2);
|
||||
|
||||
if (opt.verbose < 2)
|
||||
opt.verbose = 2; /* hack to let select_openpgp print some info. */
|
||||
|
||||
if (argc)
|
||||
usage (1);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue