diff options
author | Werner Koch <[email protected]> | 2008-10-01 16:17:39 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2008-10-01 16:17:39 +0000 |
commit | af7c1fa13460790c933e21b96ef34665d41612ad (patch) | |
tree | 69fa81f409d19479e16a7a3e767265d820b08a1d /doc | |
parent | Fix bug #922 (diff) | |
download | gnupg-af7c1fa13460790c933e21b96ef34665d41612ad.tar.gz gnupg-af7c1fa13460790c933e21b96ef34665d41612ad.zip |
Add /daatfile command to gpg-connect-agent.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/tools.texi | 8 |
2 files changed, 12 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index ebc6f99b4..2b2c564c5 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-10-01 Werner Koch <[email protected]> + + * tools.texi (Controlling gpg-connect-agent): Describe /datafile. + 2008-09-23 David Shaw <[email protected]> * gpg.texi (OpenPGP Key Management): Clarify setpref a bit. diff --git a/doc/tools.texi b/doc/tools.texi index ef67242bf..10cd86140 100644 --- a/doc/tools.texi +++ b/doc/tools.texi @@ -1280,6 +1280,14 @@ Use content of @var{file} for inquiries with @var{name}. Run @var{prog} for inquiries matching @var{name} and pass the entire line to it as command line arguments. +@item /datafile @var{name} +Write all data lines from the server to the file @var{name}. The file +is opened for writing and created if it does not exists. An existsing +file is first truncated to 0. The data written to the file fully +decoded. Using a singel dash for @var{name} writes to stdout. The +file is kept open until a new file is set using this command or this +command is used without an argument. + @item /showdef Print all definitions |