mirror of
https://github.com/libvirt/libvirt.git
synced 2025-01-08 23:24:01 -06:00
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 <liyang.fnst@cn.fujitsu.com>
This commit is contained in:
parent
03c96787c2
commit
09bfe11090
@ -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}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user