mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-09 01:18:00 +03:00
NEWS: Mention '--help' bug in virsh and virt-admin
Signed-off-by: Peter Krempa <pkrempa@redhat.com> Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
This commit is contained in:
parent
6d098a0ced
commit
0fea7a103a
15
NEWS.rst
15
NEWS.rst
@ -37,6 +37,21 @@ v10.4.0 (unreleased)
|
||||
|
||||
* **Bug fixes**
|
||||
|
||||
* virsh/virt-admin: Fix ``--help`` option for all commands
|
||||
|
||||
A bug introduced in `v10.3.0 (2024-05-02)`_ caused that the attempt to print
|
||||
help for any command by using the ``--help`` option in ``virsh`` and
|
||||
``virt-admin`` would print::
|
||||
|
||||
$ virsh list --help
|
||||
error: command 'list' doesn't support option --help
|
||||
|
||||
instead of the help output. A workaround for the affected version is to use
|
||||
the help command::
|
||||
|
||||
$ virsh help list
|
||||
|
||||
|
||||
|
||||
v10.3.0 (2024-05-02)
|
||||
====================
|
||||
|
Loading…
Reference in New Issue
Block a user