OpenPGP: mark do_erase as an action in openpgp-tool

- avoid the unintended output of user info when only erasing was requested
This commit is contained in:
Peter Marschall 2015-10-13 13:04:19 +02:00
parent 524ad56146
commit 7de373b3b9
1 changed files with 1 additions and 0 deletions

View File

@ -308,6 +308,7 @@ static int decode_options(int argc, char **argv)
break;
case 'E':
opt_erase++;
actions++;
break;
case OPT_DELKEY:
opt_delkey++;