mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Merge branch 'STABLE-BRANCH-2-4'
-- Fixed conflicts: NEWS configure.ac doc/gpg.texi
This commit is contained in:
commit
dfa60c09f5
88 changed files with 2655 additions and 1419 deletions
|
@ -104,6 +104,7 @@ enum cmd_and_opt_values {
|
|||
oWithColons,
|
||||
oDryRun,
|
||||
oNoDetach,
|
||||
oNoMount,
|
||||
|
||||
oNoRandomSeedFile,
|
||||
oFakedSystemTime
|
||||
|
@ -138,6 +139,7 @@ static gpgrt_opt_t opts[] = {
|
|||
ARGPARSE_s_s (oLogFile, "log-file", N_("|FILE|write log output to FILE")),
|
||||
ARGPARSE_s_n (oNoLogFile, "no-log-file", "@"),
|
||||
ARGPARSE_s_i (oLoggerFD, "logger-fd", "@"),
|
||||
ARGPARSE_s_n (oNoMount, "no-mount", N_("stop right before running mount")),
|
||||
|
||||
ARGPARSE_s_n (oDryRun, "dry-run", N_("do not make any changes")),
|
||||
|
||||
|
@ -516,6 +518,8 @@ main (int argc, char **argv)
|
|||
|
||||
case oNoDetach: /*nodetach = 1; */break;
|
||||
|
||||
case oNoMount: opt.no_mount = 1; break;
|
||||
|
||||
case oDebug:
|
||||
if (parse_debug_flag (pargs.r.ret_str, &opt.debug, debug_flags))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue