Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[doc] fix the capitalization #1904

Merged
merged 1 commit into from
Mar 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/command_ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -645,7 +645,7 @@ Groups are virtual collections of packages. DNF keeps track of groups that the u
``dnf [options] group install [--with-optional] <group-spec>...``
Mark the specified group installed and install packages it contains. Also
include `optional` packages of the group if ``--with-optional`` is
specified. All `mandatory` and `Default` packages will be installed whenever possible.
specified. All `Mandatory` and `Default` packages will be installed whenever possible.
Conditional packages are installed if they meet their requirement.
If the group is already (partially) installed, the command installs the missing packages from the group.
Depending on the value of :ref:`obsoletes configuration option <obsoletes_conf_option-label>` group installation takes obsoletes into account.
Expand Down