mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
doc/
2008-05-26 Marcus Brinkmann <marcus@ulysses.g10code.com> * tools.texi (Invoking gpgconf): Document --list-dirs. tools/ 2008-05-26 Marcus Brinkmann <marcus@ulysses.g10code.com> * 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.
This commit is contained in:
parent
203ea19408
commit
9c10eb6625
6 changed files with 54 additions and 17 deletions
|
@ -1,3 +1,7 @@
|
|||
2008-05-26 Marcus Brinkmann <marcus@ulysses.g10code.com>
|
||||
|
||||
* tools.texi (Invoking gpgconf): Document --list-dirs.
|
||||
|
||||
2008-05-20 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* tools.texi (Invoking gpgconf): Add --dry-run and --check-options.
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue