1
0
Fork 0
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:
Werner Koch 2003-07-03 18:10:13 +00:00
parent d1165b2132
commit 8b9f0bda3d
11 changed files with 207 additions and 37 deletions

View file

@ -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);