mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
See ChangeLog: Mon Sep 20 12:24:41 CEST 1999 Werner Koch
This commit is contained in:
parent
eabe7b277c
commit
db78307c03
7 changed files with 90 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue