]> xenbits.xensource.com Git - libvirt.git/commitdiff
NEWS: Mention '--help' bug in virsh and virt-admin
authorPeter Krempa <pkrempa@redhat.com>
Wed, 15 May 2024 06:59:18 +0000 (08:59 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Thu, 16 May 2024 07:03:49 +0000 (09:03 +0200)
Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Martin Kletzander <mkletzan@redhat.com>
NEWS.rst

index bca18e8c43dfcb0f33cea061908c038ad155f5fe..b6985980ba8eb928f1c4e40ec4c43c023d0fdd71 100644 (file)
--- a/NEWS.rst
+++ b/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)
 ====================