Skip to content

Commit

Permalink
Update bootc hosts message to point to bootc --help
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrero authored and dcantrell committed Jul 23, 2024
1 parent 6120fe5 commit e253558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dnf/cli/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."))
Expand Down

0 comments on commit e253558

Please sign in to comment.