From 77dbf12bc34c7e964b5ddd3ee8eaba7fa5b1d97d Mon Sep 17 00:00:00 2001 From: Timo Schulz Date: Tue, 30 Apr 2002 17:11:05 +0000 Subject: [PATCH] 2002-04-30 Timo Schulz * gpg.sgml: Add an entry for --encrypt-files and --decrypt-files. --- doc/ChangeLog | 4 ++++ doc/gpg.sgml | 16 ++++++++++++++++ 2 files changed, 20 insertions(+) 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 + + * gpg.sgml: Add an entry for --encrypt-files and --decrypt-files. + 2002-04-29 David Shaw * 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. + +--encrypt-files + +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. + + + +--decrypt-files + +The same as --encrypt-files with the difference that files will be +decrypted. The syntax or the filenames is the same. + +