diff options
author | Werner Koch <wk@gnupg.org> | 2003-04-15 17:44:30 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2003-04-15 17:44:30 +0200 |
commit | fc3cc2cacf47becab3a6a65c9ee3a8372b9e4d28 (patch) | |
tree | 09b35fcb36c44f8abeb94ff5af90f894cd75bbf5 /doc/gpg.sgml | |
parent | * configure.ac (HAVE_DOSISH_SYSTEM): New automake conditional. (diff) | |
download | gnupg2-fc3cc2cacf47becab3a6a65c9ee3a8372b9e4d28.tar.xz gnupg2-fc3cc2cacf47becab3a6a65c9ee3a8372b9e4d28.zip |
* gpg.sgml: Document --enable-progress-filter.
Diffstat (limited to 'doc/gpg.sgml')
-rw-r--r-- | doc/gpg.sgml | 12 |
1 files changed, 11 insertions, 1 deletions
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;. |