comparison vendor/pear/crypt_gpg/data/pinentry-cli.xml @ 0:1e000243b222

vanilla 1.3.3 distro, I hope
author Charlie Root
date Thu, 04 Jan 2018 15:50:29 -0500
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:1e000243b222
1 <?xml version="1.0" encoding="utf-8" standalone="yes"?>
2 <command>
3 <description>Utility that emulates GnuPG 1.x passphrase handling over pipe-based IPC for GnuPG 2.x.</description>
4 <version>@package-version@</version>
5 <option name="log">
6 <short_name>-l</short_name>
7 <long_name>--log</long_name>
8 <description>Optional location to log pinentry activity.</description>
9 <action>StoreString</action>
10 </option>
11 <option name="verbose">
12 <short_name>-v</short_name>
13 <long_name>--verbose</long_name>
14 <description>Sets verbosity level. Use multiples for more detail (e.g. "-vv").</description>
15 <action>Counter</action>
16 <default>0</default>
17 </option>
18 </command>