Skip to content

Commit

Permalink
Adjust the release note and option description
Browse files Browse the repository at this point in the history
  • Loading branch information
psss committed Oct 1, 2024
1 parent 7a1771f commit e540617
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions docs/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,11 @@ In verbose mode, the ``discover`` step now prints information
about the beakerlib libraries which were fetched for the test
execution. Use ``tmt run discover -vvv`` to see the details.

``tmt try`` now supports :ref:`/stories/cli/try/option/epel` option
backed by :ref:`prepare/feature</plugins/prepare/feature>` plugin.

``tmt try`` now supports :ref:`/stories/cli/try/option/install` option
backed by :ref:`prepare/feature</plugins/prepare/install>` plugin.
The ``tmt try`` command now supports the new
:ref:`/stories/cli/try/option/epel` option backed by the
:ref:`prepare/feature</plugins/prepare/feature>` plugin and the
new :ref:`/stories/cli/try/option/install` option backed by the
:ref:`prepare/feature</plugins/prepare/install>` plugin.


tmt-1.36.1
Expand Down
2 changes: 1 addition & 1 deletion tmt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -1761,7 +1761,7 @@ def init(
help="Enable epel repository.")
@option(
"--install", default=[], metavar="PACKAGE", multiple=True,
help="Install local rpm package on the guest.")
help="Install package on the guest.")
@option(
"-a", "--ask", is_flag=True, default=False,
help="Just provision the guest and ask what to do next.")
Expand Down

0 comments on commit e540617

Please sign in to comment.