]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: tweak previous domblkstat patch
authorEric Blake <eblake@redhat.com>
Mon, 19 Sep 2011 20:49:08 +0000 (14:49 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 19 Sep 2011 23:54:05 +0000 (17:54 -0600)
commit6d1c11e51c58c0ec69cfd386173c774ebff953aa
treeabda68f53271a0980bfd98f6e599c839d657eff0
parent2ad83bf4486d1475ba3f5c6903c8447dae4b1ba5
virsh: tweak previous domblkstat patch

Translators are likely to botch trailing spacing; by doing the
formatting outside of the translation, we can generally get
better alignment.  Also, for consistency, use 'bytes read' to
match 'bytes written'.

* tools/virsh.c (domblkstat_output): Drop trailing space. Tweak
rd_bytes output.
(cmdDomblkstat, DOMBLKSTAT_LEGACY_PRINT): Update formatting.
tools/virsh.c