From c53ac72abcb96c4e977fce54b48539a7723b7f7e Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Thu, 9 Mar 2023 15:41:27 +0900 Subject: [PATCH] [doc] fix the capitalization Signed-off-by: Masatake YAMATO --- doc/command_ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/command_ref.rst b/doc/command_ref.rst index 74342c814e..8c55564168 100644 --- a/doc/command_ref.rst +++ b/doc/command_ref.rst @@ -645,7 +645,7 @@ Groups are virtual collections of packages. DNF keeps track of groups that the u ``dnf [options] group install [--with-optional] ...`` 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 ` group installation takes obsoletes into account.