diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg-agent.texi | 2 | ||||
-rw-r--r-- | doc/gpgsm.texi | 6 |
2 files changed, 7 insertions, 1 deletions
diff --git a/doc/gpg-agent.texi b/doc/gpg-agent.texi index cb5032e41..b1c40a6cc 100644 --- a/doc/gpg-agent.texi +++ b/doc/gpg-agent.texi @@ -701,7 +701,7 @@ Here is an example session: C: D (b 3F444677CA))) C: END S: # session key follows - S: D 1234567890ABCDEF0 + S: D (value 1234567890ABCDEF0) S: OK descryption successful @end example diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 720e3e7d8..d3cedc059 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -428,6 +428,12 @@ Assume the input data is binary encoded. Set the user(s) to be used for signing. The default is the first secret key found in the database. +@item --output @var{file} +@itemx -o @var{file} +@opindex output +Write output to @var{file}. The default is to write it to stdout. + + @item --with-key-data @opindex with-key-data Displays extra information with the @code{--list-keys} commands. Especially |