mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
virsh: Remove 'id' text from help message for 'domrename' command
The inactive domains don't have any ID identifier, So adjust the help message. Signed-off-by: Lin Ma <lma@suse.com>
This commit is contained in:
parent
96e947fd65
commit
7c07067c1d
@ -10251,7 +10251,8 @@ static const vshCmdInfo info_domrename[] = {
|
||||
};
|
||||
|
||||
static const vshCmdOptDef opts_domrename[] = {
|
||||
VIRSH_COMMON_OPT_DOMAIN_FULL(VIR_CONNECT_LIST_DOMAINS_INACTIVE),
|
||||
VIRSH_COMMON_OPT_DOMAIN(N_("domain name or uuid"),
|
||||
VIR_CONNECT_LIST_DOMAINS_INACTIVE),
|
||||
{.name = "new-name",
|
||||
.type = VSH_OT_DATA,
|
||||
.flags = VSH_OFLAG_REQ,
|
||||
|
Loading…
Reference in New Issue
Block a user