From a0f03017702cba7a26eba3e23c441d03ade71291 Mon Sep 17 00:00:00 2001 From: Todd Zullinger Date: Wed, 27 Dec 2017 19:04:14 -0500 Subject: [PATCH] doc: clarify info command argument Similar to `list`, the `info` command does not consult provides. Use `` rather than `` in the command synopsis to make this clearer. The `list` command documentation was updated in 026c9d74 ("doc: man page: better describe the input patterns.", 2013-02-26) to reflect this distinction. --- 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 4e734dcff3..b9afe67afd 100644 --- a/doc/command_ref.rst +++ b/doc/command_ref.rst @@ -598,7 +598,7 @@ and :ref:`\configuration_files_replacement_policy-label`. Info Command ------------ -``dnf [options] info [...]`` +``dnf [options] info [...]`` Is used to list description and summary information about installed and available packages. This command by default does not force a sync of expired metadata. See also :ref:`\metadata_synchronization-label`.