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:
ZhiPeng Lu 2017-11-18 15:21:57 +08:00 committed by Erik Skultety
parent 190febdcd9
commit 5a8f5a997f

View File

@ -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}
};