diff options
author | Werner Koch <[email protected]> | 1999-02-16 13:16:33 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 1999-02-16 13:16:33 +0000 |
commit | e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed (patch) | |
tree | 31dd54ac26b4c3fc30cc93d66161e72bf4cf7927 /doc/gpg.1pod | |
parent | See ChangeLog: Sat Feb 13 14:13:04 CET 1999 Werner Koch (diff) | |
download | gnupg-e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed.tar.gz gnupg-e1a1b3fc90af66a5db5ee92514b0a7c52e49d1ed.zip |
See ChangeLog: Tue Feb 16 14:10:02 CET 1999 Werner Koch
Diffstat (limited to '')
-rw-r--r-- | doc/gpg.1pod | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/doc/gpg.1pod b/doc/gpg.1pod index f7e5a4ce8..2ac02cecc 100644 --- a/doc/gpg.1pod +++ b/doc/gpg.1pod @@ -254,9 +254,16 @@ B<--trusted-key> I<keyid> your key. B<-r> I<name>, B<--recipient> I<name> - Use I<name> as the user-id for encryption. - This option is silently ignored for the list commands, - so that it can be used in an options file. + Encrypt for user id I<name>. If this option is not + specified, GnuPG asks for the user id. + +B<--encrypt-to> I<name> + Same as B<--recipient> but this one is intended for + in the options file and may be used together with + an own user-id as an "encrypt-to-self". These keys + are only used when there are other recipients given + either by use of --recipient or by the asked user id. + No trust checking is performed for these user ids. B<-v>, B<--verbose> Give more information during processing. If used |