Mercurial > hg > rc1
view vendor/pear/crypt_gpg/data/pinentry-cli.xml @ 35:05c4c32948af
.hgignore: add vendor tree
composer.json: new packages
plugins/thunderbird_labels/thunderbird_labels.php: change hook and RFC822 use wrt whitelisting to avoid deprecated stuff
index.php: commented debugging hooks
others: new releases of vendor packages?
| author | Charlie Root |
|---|---|
| date | Thu, 30 Aug 2018 16:21:59 -0400 |
| parents | 1e000243b222 |
| children |
line wrap: on
line source
<?xml version="1.0" encoding="utf-8" standalone="yes"?> <command> <description>Utility that emulates GnuPG 1.x passphrase handling over pipe-based IPC for GnuPG 2.x.</description> <version>@package-version@</version> <option name="log"> <short_name>-l</short_name> <long_name>--log</long_name> <description>Optional location to log pinentry activity.</description> <action>StoreString</action> </option> <option name="verbose"> <short_name>-v</short_name> <long_name>--verbose</long_name> <description>Sets verbosity level. Use multiples for more detail (e.g. "-vv").</description> <action>Counter</action> <default>0</default> </option> </command>
