aboutsummaryrefslogtreecommitdiffstats
path: root/doc/gpgv.texi
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2016-09-08 08:50:51 +0000
committerWerner Koch <[email protected]>2016-09-08 08:50:51 +0000
commita8363b7d0bcc77b55226d5fe8f972214c968ddc3 (patch)
tree953fb9b20ecde200456987c15cb30a38a14b7fbf /doc/gpgv.texi
parentgpg: Make --output work with --verify. (diff)
downloadgnupg-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/gpgv.texi')
-rw-r--r--doc/gpgv.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/gpgv.texi b/doc/gpgv.texi
index 1d9a81e3a..6676bded2 100644
--- a/doc/gpgv.texi
+++ b/doc/gpgv.texi
@@ -92,6 +92,16 @@ are replaced by the HOME directory. If the filename
does not contain a slash, it is assumed to be in the
home-directory ("~/.gnupg" if --homedir is not used).
+@item --output @var{file}
+@itemx -o @var{file}
+@opindex output
+Write output to @var{file}. This option can be used to get the signed
+text from a cleartext or binary signature; it also works for detached
+signatures, but in that case this option is in general not
+useful. Unless you write to stdout (using @code{-} for @var{file}) you
+should also use the option @option{--yes} to force overwriting an
+existing file.
+
@item --status-fd @var{n}
@opindex status-fd
Write special status strings to the file descriptor @var{n}. See the