diff options
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/gpg.sgml | 16 |
2 files changed, 20 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index 22697c8d5..4a9c4bf28 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2002-04-30 Timo Schulz <[email protected]> + + * gpg.sgml: Add an entry for --encrypt-files and --decrypt-files. + 2002-04-29 David Shaw <[email protected]> * gpg.sgml: Fix minor error in --pgp6 documentation: it does not diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 8af6a1a9c..ecf6aa422 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -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. |