diff options
author | Werner Koch <[email protected]> | 2019-05-15 06:50:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-05-15 06:52:21 +0000 |
commit | a4be077abdbf286e3dcdeb0553ba0e74b7e2df5f (patch) | |
tree | 6342d518af331aae7d8daa9cdb498f0464a20c5e /doc/tools.texi | |
parent | sm: Add a couple of debug calls to the keydb module. (diff) | |
download | gnupg-a4be077abdbf286e3dcdeb0553ba0e74b7e2df5f.tar.gz gnupg-a4be077abdbf286e3dcdeb0553ba0e74b7e2df5f.zip |
gpgconf: Support --homedir for --launch.
* tools/gpgconf-comp.c (gpg_agent_runtime_change): Simplify because
gnupg_homedir already returns abd absolute name.
(scdaemon_runtime_change): Ditto.
(dirmngr_runtime_change): Ditto.
(gc_component_launch): Support --homedir.
--
GnuPG-bug-id: 4496
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/tools.texi')
-rw-r--r-- | doc/tools.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index ba63506f3..7dcd84e2f 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -393,6 +393,8 @@ extends numerical field values by human-readable descriptions. @opindex quiet Try to be as quiet as possible. +@include opt-homedir.texi + @item -n @itemx --dry-run Do not actually change anything. This is currently only implemented |