mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00: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",
|
||||
.type = VSH_OT_DATA,
|
||||
.flags = VSH_OFLAG_REQ,
|
||||
.help = N_("interface device")
|
||||
.help = N_("interface device specified by name or MAC Address")
|
||||
},
|
||||
{.name = NULL}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user