mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-08 22:15:21 +00:00
virsh-network: Add network name completion to 'net-event' command
Signed-off-by: Lin Ma <lma@suse.com>
This commit is contained in:
parent
de97d5600c
commit
27631eac7a
@ -1202,10 +1202,7 @@ static const vshCmdInfo info_network_event[] = {
|
||||
};
|
||||
|
||||
static const vshCmdOptDef opts_network_event[] = {
|
||||
{.name = "network",
|
||||
.type = VSH_OT_STRING,
|
||||
.help = N_("filter by network name or uuid")
|
||||
},
|
||||
VIRSH_COMMON_OPT_NETWORK_OT_STRING(N_("filter by network name or uuid"), 0),
|
||||
{.name = "event",
|
||||
.type = VSH_OT_STRING,
|
||||
.help = N_("which event type to wait for")
|
||||
|
Loading…
Reference in New Issue
Block a user