From 09bfe11090870c17221525b58c7b1c4922adfbe8 Mon Sep 17 00:00:00 2001 From: Li Yang Date: Thu, 27 Mar 2014 14:10:57 +0800 Subject: [PATCH] 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 --- tools/virsh-domain-monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} }; -- GitLab