[libvirt] [PATCH] Modify help information of virsh list command

Eric Blake eblake at redhat.com
Thu Mar 27 12:49:35 UTC 2014


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 at cn.fujitsu.com>
> ---
>  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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 604 bytes
Desc: OpenPGP digital signature
URL: <http://listman.redhat.com/archives/libvir-list/attachments/20140327/9f9e0e38/attachment-0001.sig>


More information about the libvir-list mailing list