Update bootc hosts message to point to bootc --help

This commit is contained in:
Joseph Marrero 2024-07-22 15:33:32 -04:00 committed by David Cantrell
parent 6120fe5251
commit e2535589ce
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class BaseCli(dnf.Base):
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."))