• C
    virsh: Fix *-event error string · 18465411
    Christophe Fergeau 提交于
    When using
    virsh net-event non-existing-net
    the error message says that 'either --list or event type is required'
    This is misleading as 'virsh net-event $valid-event-type' is not going
    to work either. What is expected is 'virsh net-event --event
    $valid-event-type'
    
    This commit fixes the string in pool-event, nodedev-event, event, and
    net-event.
    18465411
virsh-nodedev.c 27.3 KB