mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
dirmngr: Make clear that --use-tor is not yet ready for use.
* dirmngr/dirmngr.c (main): Print a warning if --use-tor has been given. * tools/gpgconf-comp.c (gc_options_dirmngr): Make --use-tor invisible.
This commit is contained in:
parent
7392d30182
commit
438730323a
3 changed files with 15 additions and 1 deletions
|
@ -960,6 +960,14 @@ main (int argc, char **argv)
|
|||
log_info ("NOTE: this is a development version!\n");
|
||||
#endif
|
||||
|
||||
if (opt.use_tor)
|
||||
{
|
||||
log_info ("WARNING: ***************************************\n");
|
||||
log_info ("WARNING: TOR mode (--use-tor) DOES NOT YET WORK!\n");
|
||||
log_info ("WARNING: ***************************************\n");
|
||||
}
|
||||
|
||||
|
||||
/* Print a warning if an argument looks like an option. */
|
||||
if (!opt.quiet && !(pargs.flags & ARGPARSE_FLAG_STOP_SEEN))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue