mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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:
parent
17f223d1aa
commit
c595fc788e
@ -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}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user