From 68512418bd42424d05e1344bf512e137da848251 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 13 Jul 1999 15:41:14 +0000 Subject: See ChangeLog: Tue Jul 13 17:39:25 CEST 1999 Werner Koch --- doc/gpg.sgml | 51 ++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 50 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/gpg.sgml b/doc/gpg.sgml index dd6e1d3ad..2e0758253 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -464,6 +464,34 @@ values will be overwritten. + +--print-md algo &OptParmFiles; + +Print message digest og algorithm ALGO for all given files of stdin. +If "*" is used for the algorithm, digests for all available algorithms +are printed. + + + + +--gen-random 0|1|2 + count + +Emit COUNT random bytes of the given quality level. If count is not given +or zero, an endless sequenece of random bytes will be emitted. +PLEASE, don't use this command unless you know waht you are doing, it may +remove precious entropy from the system! + + + +--gen-prime mode + bits + qbits + +Use the source, Luke :-). The output format is still subject to change. + + + --version @@ -544,9 +572,30 @@ found in the secret keyring. Encrypt for user id &ParmName;. If this option is not -specified, GnuPG asks for the user id. +specified, GnuPG asks for the user-id unless --default-recipient is given + +--default-recipient &ParmName; + +Use &ParmName; as default recipient if option --recipient is not used and +don't ask if this is a valid one. &ParmName; must be a non empty. + + + +--default-recipient-self + +Use the default key as default recipient if option --recipient is not used and +don't ask if this is a valid one. The default key is the first one from the +secret keyring or the one set with --default-key. + + + + +--no-default-recipient + +Reset --default-recipient and --default-recipient-self. + --encrypt-to &ParmName; -- cgit v1.2.3