mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
kbxd: Group the options.
* kbx/keyboxd.h (opt): Remove unused field 'batch'. * kbx/keyboxd.c (opts): Remove --batch. Add group descriptions.
This commit is contained in:
parent
e03ddb66c7
commit
ed82ef9145
2 changed files with 11 additions and 13 deletions
|
@ -40,8 +40,6 @@ struct
|
|||
int verbose; /* Verbosity level */
|
||||
int quiet; /* Be as quiet as possible */
|
||||
int dry_run; /* Don't change any persistent data */
|
||||
int batch; /* Batch mode */
|
||||
|
||||
/* True if we are running detached from the tty. */
|
||||
int running_detached;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue