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."))