]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: avoid bogus description
authorEric Blake <eblake@redhat.com>
Mon, 20 Jun 2011 20:25:08 +0000 (14:25 -0600)
committerEric Blake <eblake@redhat.com>
Tue, 21 Jun 2011 17:46:09 +0000 (11:46 -0600)
commit491858bf3cd7b91029744287f6173f795b3108f9
tree81dd6a6bdd33ba82a2ce2f3a1c09865ab4adf0bf
parentcbd8227ee0578bffa9b94a62cb037552501e986f
virsh: avoid bogus description

https://bugzilla.redhat.com/show_bug.cgi?id=682121

Gettext reserves the empty string for internal use, and it must
not be passed through _().  We were violating this for commands
that (for whatever reason) used "" for their description.

* tools/virsh.c (vshCmddefHelp): Don't translate empty string.
Reported by Tatsuo Kawasaki.
tools/virsh.c