mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
virsh: make domiftune interface help string consistent
Append '(MAC Address)' after the help string of domiftune virsh command as it takes the same type of argument as domif-{get,set}link which have it specified.
This commit is contained in:
parent
00828bebda
commit
4b2273074c
@ -2019,7 +2019,7 @@ static const vshCmdInfo info_domiftune[] = {
|
||||
|
||||
static const vshCmdOptDef opts_domiftune[] = {
|
||||
{"domain", VSH_OT_DATA, VSH_OFLAG_REQ, N_("domain name, id or uuid")},
|
||||
{"interface", VSH_OT_DATA, VSH_OFLAG_REQ, N_("interface device")},
|
||||
{"interface", VSH_OT_DATA, VSH_OFLAG_REQ, N_("interface device (MAC Address)")},
|
||||
{"inbound", VSH_OT_DATA, VSH_OFLAG_NONE, N_("control domain's incoming traffics")},
|
||||
{"outbound", VSH_OT_DATA, VSH_OFLAG_NONE, N_("control domain's outgoing traffics")},
|
||||
{"config", VSH_OT_BOOL, VSH_OFLAG_NONE, N_("affect next boot")},
|
||||
|
Loading…
Reference in New Issue
Block a user