提交 09bfe110 编写于 作者: L Li Yang 提交者: Eric Blake

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: NLi Yang <liyang.fnst@cn.fujitsu.com>
上级 03c96787
......@@ -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}
};
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册