1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-02-26 20:31:06 +01:00

2002-04-30 Timo Schulz <ts@winpt.org>

* gpg.sgml: Add an entry for --encrypt-files and --decrypt-files.
This commit is contained in:
Timo Schulz 2002-04-30 17:11:05 +00:00
parent 77fe150d8d
commit 77dbf12bc3
2 changed files with 20 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-04-30 Timo Schulz <ts@winpt.org>
* gpg.sgml: Add an entry for --encrypt-files and --decrypt-files.
2002-04-29 David Shaw <dshaw@jabberwocky.com>
* gpg.sgml: Fix minor error in --pgp6 documentation: it does not

View File

@ -177,6 +177,22 @@ on the command line or reads the filenames from stdin; each name must be on
separate line. The command is intended for quick checking of many files.
</para></listitem></varlistentry>
<varlistentry>
<term>--encrypt-files <optional><parameter/files></optional></term>
<listitem><para>
This is a special version of the --encrypt command. The command expects
the files to be encrypted either on the command line or reads the filenames
from stdin; each name must be on separate line. The command is intended
for a quick encryption of multiple files.
</para></listitem></varlistenry>
<varlistentry>
<term>--decrypt-files <optional><parameter/files></optional></term>
<listitem><para>
The same as --encrypt-files with the difference that files will be
decrypted. The syntax or the filenames is the same.
</para></listitem></varlistentry>
<!--
B<-k> [I<username>] [I<keyring>]
Kludge to be somewhat compatible with PGP.