diff options
author | Werner Koch <[email protected]> | 2017-01-03 12:12:25 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2017-01-03 12:12:25 +0000 |
commit | 293a55bacdacec4501af3a396b14fd32e404e39e (patch) | |
tree | e8aad0f3b443c8a18924d3906be10c9b568c2747 | |
parent | dirmngr: Make sure Tor mode is also set for DNS on SIGHUP. (diff) | |
download | gnupg-293a55bacdacec4501af3a396b14fd32e404e39e.tar.gz gnupg-293a55bacdacec4501af3a396b14fd32e404e39e.zip |
doc: Extend dirmngr's --allow-version-check description
--
Diffstat (limited to '')
-rw-r--r-- | doc/dirmngr.texi | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/doc/dirmngr.texi b/doc/dirmngr.texi index e136dff53..fc617d81d 100644 --- a/doc/dirmngr.texi +++ b/doc/dirmngr.texi @@ -264,7 +264,13 @@ the list of current software versions. If this option is enabled, or if @option{use-tor} is active, the list is retrieved when the local copy does not exist or is older than 5 to 7 days. See the option @option{--query-swdb} of the command @command{gpgconf} for more -details. +details. Note, that regardless of this option a version check can +always be triggered using this command: + +@example + gpg-connect-agent --dirmngr 'loadswdb --force' /bye +@end example + @item --keyserver @var{name} @opindex keyserver |