Show only version of pinentry

pinentry --version invocation includes License information.
As the same applies for gpg, and the information is not displayed there, we should the same with pinentry.
And tomb doesn't deal with the gpg sourcecode in any way.

This closes #300
This commit is contained in:
Narrat 2018-01-07 20:03:04 +01:00
parent 74689ea484
commit 61fdab85be

2
tomb
View File

@ -3106,7 +3106,7 @@ main() {
cat <<EOF cat <<EOF
`sudo -V | head -n1` `sudo -V | head -n1`
`cryptsetup --version` `cryptsetup --version`
`pinentry --version` `pinentry --version | head -n1`
`findmnt -V` `findmnt -V`
`gpg --version | head -n1` - key forging algorithms (GnuPG symmetric ciphers): `gpg --version | head -n1` - key forging algorithms (GnuPG symmetric ciphers):
`list_gnupg_ciphers` `list_gnupg_ciphers`