mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
tools/gpgtar: Add '--dry-run'.
* tools/gpgtar-extract.c (extract_{regular,directory}): Honor '--dry-run'. * tools/gpgtar.c (enum cmd_and_opt_values): New value. (opts): Add '--dry-run'. (parse_arguments): Handle '--dry-run'. * tools/gpgtar.h (opt): Add field 'dry_run'. Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
parent
69a8440f44
commit
676b2d7081
3 changed files with 14 additions and 2 deletions
|
@ -29,6 +29,7 @@ struct
|
|||
int verbose;
|
||||
unsigned int debug_level;
|
||||
int quiet;
|
||||
int dry_run;
|
||||
const char *gpg_program;
|
||||
strlist_t gpg_arguments;
|
||||
const char *outfile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue