virsh: add missing help info of --source to domifaddr

commit b4b5c82ce forgot to add this.

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
This commit is contained in:
Chen Hanxiao 2018-03-16 10:03:15 +08:00 committed by John Ferlan
parent 17f223d1aa
commit c595fc788e

View File

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