diff options
Diffstat (limited to 'doc/gpgv.texi')
-rw-r--r-- | doc/gpgv.texi | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/gpgv.texi b/doc/gpgv.texi index 6676bded2..9a74c2794 100644 --- a/doc/gpgv.texi +++ b/doc/gpgv.texi @@ -95,12 +95,12 @@ 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. +Write output to @var{file}; to write to stdout use @code{-}. 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. Note that an existing file will +be overwritten. + @item --status-fd @var{n} @opindex status-fd |