diff options
author | Werner Koch <[email protected]> | 2019-05-15 06:50:15 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2019-05-15 06:53:20 +0000 |
commit | 31e26037bd727a6ee9c96ba168a55c4f9def43b6 (patch) | |
tree | 781b7e73d9c771ae246a3b402763191ba207119f /doc/tools.texi | |
parent | agent: correct length for uri and comment on 64-bit big-endian platforms (diff) | |
download | gnupg-31e26037bd727a6ee9c96ba168a55c4f9def43b6.tar.gz gnupg-31e26037bd727a6ee9c96ba168a55c4f9def43b6.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 2ff6afa92..dc5ca2515 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 |