[libvirt] [PATCH] virsh: desc command in --title mode mentions description instead of title

2014-09-10 Thread Peter Krempa
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

Re: [libvirt] [PATCH] virsh: desc command in --title mode mentions description instead of title

2014-09-10 Thread John Ferlan
On 09/10/2014 04:51 AM, Peter Krempa wrote: 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: $