From 5a8f5a997fe0f5d7027e382cc309afbd8e12269c Mon Sep 17 00:00:00 2001 From: ZhiPeng Lu Date: Sat, 18 Nov 2017 15:21:57 +0800 Subject: [PATCH] virsh: domifstat: enhance the command's help output According to the man page can be specified either by name or MAC address, adjust the command's help accordingly. Signed-off-by:ZhiPeng Lu Reviewed-by: Erik Skultety Signed-off-by: Erik Skultety --- tools/virsh-domain-monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/virsh-domain-monitor.c b/tools/virsh-domain-monitor.c index b3bfc33c8d..7b4e320c29 100644 --- a/tools/virsh-domain-monitor.c +++ b/tools/virsh-domain-monitor.c @@ -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} };