diff options
| author | Werner Koch <[email protected]> | 2016-09-08 08:50:51 +0000 |
|---|---|---|
| committer | Werner Koch <[email protected]> | 2016-09-08 08:50:51 +0000 |
| commit | a8363b7d0bcc77b55226d5fe8f972214c968ddc3 (patch) | |
| tree | 953fb9b20ecde200456987c15cb30a38a14b7fbf /doc/gpg.texi | |
| parent | gpg: Make --output work with --verify. (diff) | |
| download | gnupg-a8363b7d0bcc77b55226d5fe8f972214c968ddc3.tar.gz gnupg-a8363b7d0bcc77b55226d5fe8f972214c968ddc3.zip | |
gpg: Add options --output and --yes to gpgv.
* g10/gpgv.c (oOutput, oAnswerYes): New.
(opts): Add --output and --yes.
(main): Implement options.
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'doc/gpg.texi')
| -rw-r--r-- | doc/gpg.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 74977c59e..5889c2fd7 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2153,7 +2153,8 @@ Assume the input data is not in ASCII armored format. @item --output @var{file} @itemx -o @var{file} @opindex output -Write output to @var{file}. +Write output to @var{file}. To write to stdout use @code{-} as the +filename. @item --max-output @code{n} @opindex max-output |
