From 0fea7a103a57d3599e9841924c2678b7a7b0f794 Mon Sep 17 00:00:00 2001 From: Peter Krempa Date: Wed, 15 May 2024 08:59:18 +0200 Subject: [PATCH] NEWS: Mention '--help' bug in virsh and virt-admin Signed-off-by: Peter Krempa Reviewed-by: Martin Kletzander --- NEWS.rst | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/NEWS.rst b/NEWS.rst index bca18e8c43..b6985980ba 100644 --- 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) ==================== -- 2.39.5