diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ChangeLog | 4 | ||||
-rw-r--r-- | doc/DETAILS | 6 | ||||
-rw-r--r-- | doc/gpg.sgml | 8 |
3 files changed, 18 insertions, 0 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog index bdd535e5c..a877cf5aa 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2000-05-12 10:57:21 Werner Koch ([email protected]) + + * gpg.sgml: Documented --no-tty. + 2000-03-09 15:01:51 Werner Koch ([email protected]) * DETAILS: Ad a short blurb about unattended key generation. diff --git a/doc/DETAILS b/doc/DETAILS index 37475c6b5..46c7e9dfe 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -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 ============== diff --git a/doc/gpg.sgml b/doc/gpg.sgml index 5db773aad..0871b77c6 100644 --- a/doc/gpg.sgml +++ b/doc/gpg.sgml @@ -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> |