]> xenbits.xensource.com Git - libvirt.git/commitdiff
Modify help information of virsh list command
authorLi Yang <liyang.fnst@cn.fujitsu.com>
Thu, 27 Mar 2014 06:10:57 +0000 (14:10 +0800)
committerEric Blake <eblake@redhat.com>
Thu, 27 Mar 2014 12:58:46 +0000 (06:58 -0600)
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@cn.fujitsu.com>
tools/virsh-domain-monitor.c

index b0d79b92064a47d958406025e0614247397fabdd..18d551aa0a41351e1c185250413df1b1cde2ae1f 100644 (file)
@@ -1718,7 +1718,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}
 };