]> xenbits.xensource.com Git - libvirt.git/commitdiff
virsh: add missing help info of --source to domifaddr
authorChen Hanxiao <chenhanxiao@gmail.com>
Fri, 16 Mar 2018 02:03:15 +0000 (10:03 +0800)
committerJohn Ferlan <jferlan@redhat.com>
Thu, 29 Mar 2018 17:29:49 +0000 (13:29 -0400)
commit b4b5c82ce forgot to add this.

Signed-off-by: Chen Hanxiao <chenhanxiao@gmail.com>
tools/virsh-domain-monitor.c

index 68da11ed56006fbf3f3cdcb36178a8e28d92395b..8e071779b4efe5494ef77598abeca896a4f303b0 100644 (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}
 };