0
|
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>
|