From: Li Yang Date: Thu, 27 Mar 2014 06:10:57 +0000 (+0800) Subject: Modify help information of virsh list command X-Git-Tag: v1.2.3-rc2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=09bfe11090870c17221525b58c7b1c4922adfbe8;p=thirdparty%2Flibvirt.git Modify help information of virsh list command 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 --- diff --git a/tools/virsh-domain-monitor.c b/tools/virsh-domain-monitor.c index b0d79b9206..18d551aa0a 100644 --- a/tools/virsh-domain-monitor.c +++ b/tools/virsh-domain-monitor.c @@ -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} };