diff options
author | Werner Koch <wk@gnupg.org> | 2010-10-14 18:34:31 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2010-10-14 18:34:31 +0200 |
commit | 764e88d4df29204be6ea2206cf753c56ec0f5b5f (patch) | |
tree | d38aa151706b32ce1ddbec2e7f012d317618072a /doc/tools.texi | |
parent | Some tweaks to the agent startup. (diff) | |
download | gnupg2-764e88d4df29204be6ea2206cf753c56ec0f5b5f.tar.xz gnupg2-764e88d4df29204be6ea2206cf753c56ec0f5b5f.zip |
All tests work are again working
Diffstat (limited to 'doc/tools.texi')
-rw-r--r-- | doc/tools.texi | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/tools.texi b/doc/tools.texi index efb37e699..ce7d2b3be 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -296,6 +296,12 @@ List the global configuration file in a colon separated format. If Run a syntax check on the global configuration file. If @var{filename} is given, check that file instead. +@item --reload [@var{component}] +@opindex reload +Reload all or the given component. This is basically the sam as sending +a SIGHUP to the component. Components which don't support reloading are +ignored. + @end table @@ -1170,6 +1176,11 @@ Try to be as quiet as possible. @include opt-homedir.texi +@item --agent-program @var{file} +@opindex agent-program +Specify the agent program to be started if none is running. + + @item -S @itemx --raw-socket @var{name} @opindex S |