mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-31 11:41:32 +01:00
2004-03-23 Marcus Brinkmann <marcus@g10code.de>
* gpgconf.c (main): Remove obsolete warning.
This commit is contained in:
parent
333d1a107c
commit
fae48e4f76
@ -1,3 +1,7 @@
|
||||
2004-03-23 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* gpgconf.c (main): Remove obsolete warning.
|
||||
|
||||
2004-03-23 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* gpgconf-comp.c (gc_options_gpg): New.
|
||||
|
@ -146,8 +146,6 @@ main (int argc, char **argv)
|
||||
case oDryRun: opt.dry_run = 1; break;
|
||||
case oRuntime:
|
||||
opt.runtime = 1;
|
||||
/* FIXME */
|
||||
fputs ("gpgconf: warning: option --runtime not supported yet\n", stderr);
|
||||
break;
|
||||
case oVerbose: opt.verbose++; break;
|
||||
case oNoVerbose: opt.verbose = 0; break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user