mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
gpg: Remove option --yes from gpgv
* g10/gpgv.c (opts): Remove --yes. (main): Always set opt.ANSWER_YES. Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
parent
a8363b7d0b
commit
30a9f53a0f
2 changed files with 7 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue