mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
virsh: domifstat: enhance the command's help output
According to the man page <interface-device> can be specified either by name or MAC address, adjust the command's help accordingly. Signed-off-by:ZhiPeng Lu <lu.zhipeng@zte.com.cn> Reviewed-by: Erik Skultety <eskultet@redhat.com> Signed-off-by: Erik Skultety <eskultet@redhat.com>
This commit is contained in:
parent
190febdcd9
commit
5a8f5a997f
@ -995,7 +995,7 @@ static const vshCmdOptDef opts_domifstat[] = {
|
|||||||
{.name = "interface",
|
{.name = "interface",
|
||||||
.type = VSH_OT_DATA,
|
.type = VSH_OT_DATA,
|
||||||
.flags = VSH_OFLAG_REQ,
|
.flags = VSH_OFLAG_REQ,
|
||||||
.help = N_("interface device")
|
.help = N_("interface device specified by name or MAC Address")
|
||||||
},
|
},
|
||||||
{.name = NULL}
|
{.name = NULL}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user