gpgme-tool: Fix chain_id -> chain-id in KEYLIST XML.
authorW. Trevor King <wking@tremily.us>
Sat, 6 Oct 2012 13:33:30 +0000 (09:33 -0400)
committerWerner Koch <wk@gnupg.org>
Thu, 11 Oct 2012 14:18:24 +0000 (16:18 +0200)
commitc28ebca9f2e21344d68e9fdcec60553f225c2e54
tree0dd6a77c3c896aaa15887ecf43a15a3f6c5d2f58
parent3d69b51f7f083193db28f364da4590c33b5e44e6
gpgme-tool: Fix chain_id -> chain-id in KEYLIST XML.

[[PGP Signed Part:Undecided]]
src/gpgme-tool.c (cmd_keylist): Use <chain-id> instead of <chain_id>.
--
All the other tags map struct attribute underscores to hyphens, so
fixing <chain_id> follows the priciple of least surprise.

Signed-off-by: W. Trevor King <wking@tremily.us>
src/gpgme-tool.c