diff --git a/contrib/qubes/src/qubes_fwupdmgr.py b/contrib/qubes/src/qubes_fwupdmgr.py index bb845fc80d7..a772b940adf 100755 --- a/contrib/qubes/src/qubes_fwupdmgr.py +++ b/contrib/qubes/src/qubes_fwupdmgr.py @@ -62,7 +62,7 @@ "get-updates": "Get the list of updates for connected hardware", "refresh": "Refresh metadata from remote server", "update": "Update chosen device to latest firmware version", - "update-heads": "Updates heads firmware to the latest version", + "update-heads": "Updates heads firmware to the latest version (EXPERIMENTAL, not fully supported yet)", "downgrade": "Downgrade chosen device to chosen firmware version", "clean": "Delete all cached update files\n", } diff --git a/contrib/qubes/test/logs/help.log b/contrib/qubes/test/logs/help.log index 193934e61b8..5a887112eed 100644 --- a/contrib/qubes/test/logs/help.log +++ b/contrib/qubes/test/logs/help.log @@ -10,7 +10,7 @@ Options: get-updates: Get the list of updates for connected hardware refresh: Refresh metadata from remote server update: Update chosen device to latest firmware version - update-heads: Updates heads firmware to the latest version + update-heads: Updates heads firmware to the latest version (EXPERIMENTAL, not fully supported yet) downgrade: Downgrade chosen device to chosen firmware version clean: Delete all cached update files