summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChen Hanxiao <chenhanxiao@gmail.com>2018-03-16 10:03:15 +0800
committerJohn Ferlan <jferlan@redhat.com>2018-03-29 13:29:49 -0400
commitc595fc788e410ef27947804d18ca9a33362e3959 (patch)
treed7aaf0444e148bf10d605d96b1b8138e7d9ed237
parent17f223d1aa82286ed7e4e7ff06330721e5759e59 (diff)
downloadlibvirt-c595fc788e410ef27947804d18ca9a33362e3959.tar.gz
virsh: add missing help info of --source to domifaddr
commit b4b5c82ce forgot to add this. Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
-rw-r--r--tools/virsh-domain-monitor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/virsh-domain-monitor.c b/tools/virsh-domain-monitor.c
index 68da11ed56..8e071779b4 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}
};