
4 Apr
2014
4 Apr
'14
6:22 a.m.
On 04/04/2014 07:58 AM, liyang wrote:
From: Li Yang <liyang.fnst@cn.fujitsu.com>
For now the help informatin of net-event and event like this: [root@localhost qemu]# virsh help net-event NAME net-event - (null) ...
[root@localhost qemu]# virsh help event NAME event - (null) ... Now fixed them, make them show correct information instead of 'null'.
Signed-off-by: Li Yang <liyang.fnst@cn.fujitsu.com> --- tools/virsh-domain.c | 2 +- tools/virsh-network.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
This has already been fixed: commit 14d7fcc23a47e9e8911e8bba0adcd8cf51727779 Author: Eric Blake <eblake@redhat.com> CommitDate: 2014-03-31 08:37:39 -0600 virsh: fix 'help event' Jan