diff options
Diffstat (limited to 'g10/OPTIONS')
-rw-r--r-- | g10/OPTIONS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/g10/OPTIONS b/g10/OPTIONS index ed91fcf50..4f21a9e21 100644 --- a/g10/OPTIONS +++ b/g10/OPTIONS @@ -192,6 +192,13 @@ remote-user secret-keyring filename # add filename to the list of secret keyrings +status-fd n +# Write status informations to this file descriptor. If this option +# is not used, no status information is writte. This option is for the +# sake of a calling programm (e.g. a MUA) to ease up parsing of output +# and providing a defined set of status messages. +# FIXME: use a format ala "100 Blabla"? + verbose # Give more informations suring processing. If used 2 times, the input data # is listed in detail. |