aboutsummaryrefslogtreecommitdiffstats
path: root/doc/tools.texi
diff options
context:
space:
mode:
authorMarcus Brinkmann <[email protected]>2008-05-26 13:43:20 +0000
committerMarcus Brinkmann <[email protected]>2008-05-26 13:43:20 +0000
commit9c10eb6625afacb997e716d7168dafaecff9aab7 (patch)
tree5d41b98303210e02bb8f12088c7f69e642a57198 /doc/tools.texi
parentMake --runtime option of gpgconf under W32 work. (diff)
downloadgnupg-9c10eb6625afacb997e716d7168dafaecff9aab7.tar.gz
gnupg-9c10eb6625afacb997e716d7168dafaecff9aab7.zip
doc/
2008-05-26 Marcus Brinkmann <[email protected]> * tools.texi (Invoking gpgconf): Document --list-dirs. tools/ 2008-05-26 Marcus Brinkmann <[email protected]> * gpgconf.c (enum cmd_and_opt_values): Add aListDirs. (opts): Add aListDirs option. (main): Handle aListDirs. * gpgconf.h (gc_percent_escape): New declaration. * gpgconf-comp.c (my_percent_escape): Make non-static and rename to ... (gc_percent_escape): ... this. Change all callers.
Diffstat (limited to 'doc/tools.texi')
-rw-r--r--doc/tools.texi7
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.