mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
virsh-network: Add network name completion to 'net-uuid' command
Signed-off-by: Lin Ma <lma@suse.com>
This commit is contained in:
parent
c5a9e6a9ac
commit
78809398df
@ -1032,11 +1032,7 @@ static const vshCmdInfo info_network_uuid[] = {
|
||||
};
|
||||
|
||||
static const vshCmdOptDef opts_network_uuid[] = {
|
||||
{.name = "network",
|
||||
.type = VSH_OT_DATA,
|
||||
.flags = VSH_OFLAG_REQ,
|
||||
.help = N_("network name")
|
||||
},
|
||||
VIRSH_COMMON_OPT_NETWORK(N_("network name"), 0),
|
||||
{.name = NULL}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user