aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2003-04-15 15:44:30 +0000
committerWerner Koch <[email protected]>2003-04-15 15:44:30 +0000
commitfc3cc2cacf47becab3a6a65c9ee3a8372b9e4d28 (patch)
tree09b35fcb36c44f8abeb94ff5af90f894cd75bbf5
parent* configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional. (diff)
downloadgnupg-fc3cc2cacf47becab3a6a65c9ee3a8372b9e4d28.tar.gz
gnupg-fc3cc2cacf47becab3a6a65c9ee3a8372b9e4d28.zip
* gpg.sgml: Document --enable-progress-filter.
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/gpg.sgml12
2 files changed, 15 insertions, 1 deletions
diff --git a/doc/ChangeLog b/doc/ChangeLog
index 8a8b1aee4..aaea7a303 100644
--- a/doc/ChangeLog
+++ b/doc/ChangeLog
@@ -1,3 +1,7 @@
+2003-04-15 Werner Koch <[email protected]>
+
+ * gpg.sgml: Document --enable-progress-filter.
+
2003-04-07 David Shaw <[email protected]>
* DETAILS: Don't specify which hash is used to make up the
diff --git a/doc/gpg.sgml b/doc/gpg.sgml
index fc6450409..2cd93f217 100644
--- a/doc/gpg.sgml
+++ b/doc/gpg.sgml
@@ -1,5 +1,6 @@
<!-- gpg.sgml - the man page for GnuPG
- Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
+ Copyright (C) 1998, 1999, 2000, 2001, 2002,
+ 2003 Free Software Foundation, Inc.
This file is part of GnuPG.
@@ -1366,6 +1367,15 @@ be given in C syntax (e.g. 0x0042).
<varlistentry>
+<term>--enable-progress-filter</term>
+<listitem><para>
+Enable certain PROGRESS status outputs. This option allows frontends
+to display a progress indicator while gpg is processing larger files.
+There is a slight performance overhead using it.
+</para></listitem></varlistentry>
+
+
+<varlistentry>
<term>--status-fd &ParmN;</term>
<listitem><para>
Write special status strings to the file descriptor &ParmN;.