diff options
author | Ineiev <[email protected]> | 2016-03-04 16:30:30 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2016-09-20 01:57:10 +0000 |
commit | 789916281c25e737d8fb44add5ca61f8fd25de2f (patch) | |
tree | 3f64dda73f77cf1e126bd2f2fafb1d77ee3d4585 | |
parent | doc: Replace UTF8 with UTF-8. (diff) | |
download | gnupg-789916281c25e737d8fb44add5ca61f8fd25de2f.tar.gz gnupg-789916281c25e737d8fb44add5ca61f8fd25de2f.zip |
doc: Add missing description of datafile.
* doc/gpg.texi: Fix.
-rw-r--r-- | doc/gpg.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/gpg.texi b/doc/gpg.texi index 71c45ebb9..97387ab53 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -3442,11 +3442,11 @@ show keys show fingerprint @item gpg --verify @code{pgpfile} -@itemx gpg --verify @code{sigfile} +@itemx gpg --verify @code{sigfile} [@code{datafile}] Verify the signature of the file but do not output the data unless -requested. The second form is used for detached signatures, where +requested. The second form is used for detached signatures, where @code{sigfile} is the detached signature (either ASCII armored or -binary) and are the signed data; if this is not given, the name of the +binary) and @code{datafile} are the signed data; if this is not given, the name of the file holding the signed data is constructed by cutting off the extension (".asc" or ".sig") of @code{sigfile} or by asking the user for the filename. If the option @option{--output} is also used the |