From cd965650c95ff576991ac1bb04d4343bae598b9e Mon Sep 17 00:00:00 2001 From: Joseph Marrero Date: Mon, 22 Jul 2024 15:33:32 -0400 Subject: [PATCH] Update bootc hosts message to point to bootc --help Upstream commit: e2535589ce16bc36b96b37369502a3c312f6056a Resolves: https://issues.redhat.com/browse/RHEL-49671 --- dnf/cli/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dnf/cli/cli.py b/dnf/cli/cli.py index 83b1900260..0eda2c8cb8 100644 --- a/dnf/cli/cli.py +++ b/dnf/cli/cli.py @@ -217,7 +217,7 @@ def do_transaction(self, display=()): if dnf.util._is_bootc_host(): _bootc_host_msg = _(""" *** Error: system is configured to be read-only; for more -*** information run `bootc status` or `ostree admin status`. +*** information run `bootc --help`. """) logger.info(_bootc_host_msg) raise CliError(_("Operation aborted."))