mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpgconf: Add limited support for -0.
* tools/gpgconf.h (opt): Add field 'null'. * tools/gpgconf.c: Add option --null/-0. (list_dirs): Use it here. -- This option changes the delimites for --list-dir with arguments from LF to Nul. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
05cb30052c
commit
db6f3eb926
2 changed files with 8 additions and 1 deletions
|
@ -29,6 +29,7 @@ struct
|
|||
int quiet; /* Be extra quiet. */
|
||||
int dry_run; /* Don't change any persistent data. */
|
||||
int runtime; /* Make changes active at runtime. */
|
||||
int null; /* Option -0 active. */
|
||||
char *outfile; /* Name of output file. */
|
||||
|
||||
int component; /* The active component. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue