diff options
Diffstat (limited to '')
-rw-r--r-- | doc/tools.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index 888012e0c..cbcde6a56 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -237,6 +237,13 @@ Check the options for the component @var{component}. Update all configuration files with values taken from the global configuration file (usually @file{/etc/gnupg/gpgconf.conf}). +@item --list-dirs +Lists the directories used by @command{gpgconf}. One directory is +listed per line, and each line consists of a colon-separated list +where the first field names the directory type (for example +@code{sysconfdir}) and the second field contains the percent-escaped +directory. + @item --list-config [@var{filename}] List the global configuration file in a colon separated format. If @var{filename} is given, check that file instead. |