From c595fc788e410ef27947804d18ca9a33362e3959 Mon Sep 17 00:00:00 2001 From: Chen Hanxiao Date: Mar 29 2018 17:29:49 +0000 Subject: virsh: add missing help info of --source to domifaddr commit b4b5c82ce forgot to add this. Signed-off-by: Chen Hanxiao --- diff --git a/tools/virsh-domain-monitor.c b/tools/virsh-domain-monitor.c index 68da11e..8e07177 100644 --- a/tools/virsh-domain-monitor.c +++ b/tools/virsh-domain-monitor.c @@ -2160,7 +2160,7 @@ static const vshCmdOptDef opts_domifaddr[] = { {.name = "source", .type = VSH_OT_STRING, .flags = VSH_OFLAG_NONE, - .help = N_("address source: 'lease' or 'agent'")}, + .help = N_("address source: 'lease', 'agent', or 'arp'")}, {.name = NULL} };