1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

See ChangeLog: Fri May 12 14:01:20 CEST 2000 Werner Koch

This commit is contained in:
Werner Koch 2000-05-12 11:59:49 +00:00
parent 4238da190b
commit 64009cd745
55 changed files with 109 additions and 57 deletions

View file

@ -1,3 +1,7 @@
2000-05-12 10:57:21 Werner Koch (wk@habibti.openit.de)
* gpg.sgml: Documented --no-tty.
2000-03-09 15:01:51 Werner Koch (wk@habibti.openit.de)
* DETAILS: Ad a short blurb about unattended key generation.

View file

@ -199,6 +199,12 @@ more arguments in future versions.
END_ENCRYPTION
Mark the start and end of the actual encryption process.
DELETE_PROBLEM reason_code
Deleting a key failed. Reason codes are:
1 - No such key
2 - Must delete secret key first
Key generation
==============

View file

@ -695,6 +695,14 @@ Use batch mode. Never ask, do not allow interactive
commands.
</para></listitem></varlistentry>
<varlistentry>
<term>--no-tty</term>
<listitem><para>
Make sure that the TTY (terminal) is never used for any output.
This option is needed in some cases because GnuPG sometimes prints
warnings to the TTY if if --batch is used.
</para></listitem></varlistentry>
<varlistentry>
<term>--no-batch</term>