man: Improve upgrade-minimal command docs (RHEL-6417)

Making the man pages for the `upgrade-minimal` command clearer about how packages with advisories are upgraded.

Resolves: https://issues.redhat.com/browse/RHEL-6417
This commit is contained in:
Jan Kolarik 2024-04-30 06:50:14 +00:00 committed by Jaroslav Mracek
parent 22fc33c71e
commit 4a2b425d3f
1 changed files with 3 additions and 3 deletions

View File

@ -1759,11 +1759,11 @@ Upgrade-Minimal Command
| Deprecated aliases: ``update-minimal``
``dnf [options] upgrade-minimal``
Updates each package to the latest available version that provides a bugfix, enhancement
or a fix for a security issue (security).
Updates each package to the nearest available version that provides
a bugfix, enhancement or a fix for a security issue (security).
``dnf [options] upgrade-minimal <package-spec>...``
Updates each specified package to the latest available version that provides
Updates each specified package to the nearest available version that provides
a bugfix, enhancement or a fix for security issue (security). Updates
dependencies as necessary.