]> xenbits.xensource.com Git - people/liuw/libxenctrl-split/libvirt.git/commit
virsh: fix 'help event'
authorEric Blake <eblake@redhat.com>
Mon, 31 Mar 2014 13:05:33 +0000 (07:05 -0600)
committerEric Blake <eblake@redhat.com>
Mon, 31 Mar 2014 14:37:39 +0000 (08:37 -0600)
commit14d7fcc23a47e9e8911e8bba0adcd8cf51727779
tree9db35eef6fcdc9b7bdae3fd673b008841d921524
parent1d8be343343886a610285169543342b1496dbfe5
virsh: fix 'help event'

'virsh help event' included a summary line "event - (null)"
due to a misnamed info field.

* tools/virsh-domain.c (info_event): Use correct name.
* tools/virsh-network.c (info_network_event): Likewise.

Signed-off-by: Eric Blake <eblake@redhat.com>
tools/virsh-domain.c
tools/virsh-network.c