You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

pinentry-cli.xml 673B

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