Skip to content

Commit

Permalink
doc: clarify info command argument
Browse files Browse the repository at this point in the history
Similar to `list`, the `info` command does not consult provides.  Use
`<package-name-spec>` rather than `<package-spec>` in the command
synopsis to make this clearer.

The `list` command documentation was updated in 026c9d7 ("doc: man
page: better describe the input patterns.", 2013-02-26) to reflect this
distinction.
  • Loading branch information
tmzullinger committed Dec 28, 2017
1 parent f172917 commit a0f0301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/command_ref.rst
Expand Up @@ -598,7 +598,7 @@ and :ref:`\configuration_files_replacement_policy-label`.
Info Command
------------

``dnf [options] info [<package-spec>...]``
``dnf [options] info [<package-name-spec>...]``
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`.
Expand Down

0 comments on commit a0f0301

Please sign in to comment.