diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gpg.sgml | 9 | ||||
-rw-r--r-- | doc/gph/Makefile.am | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 1297737fd..0cae9b476 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -156,6 +156,15 @@ filename to force a read from stdin). With more than and the remaining files are the signed stuff. </para></listitem></varlistentry> +<varlistentry> +<term>--verify-files <optional><optional><parameter/files/</optional> +<listitem><para> +This is a special version of the --verify command which does not work with +detached signatures. The command expects the files to bee verified either +on the commandline or reads the filenames from stdin; each anem muts be on +separate line. The command is intended for quick checking of many files. +</para></listitem></varlistentry> + <!-- B<-k> [I<username>] [I<keyring>] Kludge to be somewhat compatible with PGP. diff --git a/doc/gph/Makefile.am b/doc/gph/Makefile.am index 732c3e3e6..7e469505a 100644 --- a/doc/gph/Makefile.am +++ b/doc/gph/Makefile.am @@ -11,7 +11,7 @@ all-local: ./signatures.jpg ./signatures.jpg: $(srcdir)/signatures.jpg.asc ../../g10/gpg --yes --dearmor \ -o ./signatures.jpg $(srcdir)/signatures.jpg.asc - test -d manual && cp ./signatures.jpg ./manual/signatures.jpg + -test -d manual && cp ./signatures.jpg ./manual/signatures.jpg index.html: $(PARTS) |