On 03/27/2014 12:10 AM, Li Yang wrote: > Use 'virsh list domain --title' option can get domain's title, > not description, the original help information 'show short > domain description' will confuse users, so modify it to > 'show domain title' > > Signed-off-by: Li Yang <liyang.fnst@xxxxxxxxxxxxxx> > --- > tools/virsh-domain-monitor.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) ACK, will push shortly. > > diff --git a/tools/virsh-domain-monitor.c b/tools/virsh-domain-monitor.c > index de4afbb..5d19388 100644 > --- a/tools/virsh-domain-monitor.c > +++ b/tools/virsh-domain-monitor.c > @@ -1753,7 +1753,7 @@ static const vshCmdOptDef opts_list[] = { > }, > {.name = "title", > .type = VSH_OT_BOOL, > - .help = N_("show short domain description") > + .help = N_("show domain title") > }, > {.name = NULL} > }; > -- Eric Blake eblake redhat com +1-919-301-3266 Libvirt virtualization library http://libvirt.org
Attachment:
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list