]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virsh: desc command in --title mode mentions description instead of title
authorPeter Krempa <pkrempa@redhat.com>
Wed, 10 Sep 2014 08:46:41 +0000 (10:46 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 10 Sep 2014 12:39:46 +0000 (14:39 +0200)
commit78948e1c808d67648680be8c4814631abbf20d88
tree2196408415a5ab8320960ade0356900f58957524
parentdc12cec6f672575515e7ff9d043010f6275065d8
virsh: desc command in --title mode mentions description instead of title

Tweak the messages so that they mention "title" rather than
"description" when operating in title mode. Also fixes one missing "%s"
before non-formatted gettext message.

Before:
 $ virsh desc --title dom
 No description for domain: dom

After:
 $ virsh desc --title dom
 No title for domain: dom

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1140034
tools/virsh-domain.c