diff 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
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vendor/pear/crypt_gpg/data/pinentry-cli.xml	Thu Jan 04 15:50:29 2018 -0500
@@ -0,0 +1,18 @@
+<?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>