Skip to content

Commit

Permalink
Add missing command line option to documentation
Browse files Browse the repository at this point in the history
--alldeps option of download command was not documented.
  • Loading branch information
m-blaha authored and lukash committed Jan 29, 2021
1 parent d615942 commit 247926c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,9 @@ All general DNF options are accepted, see `Options` in :manpage:`dnf(8)` for det
``--resolve``
Resolves dependencies of specified packages and downloads missing dependencies in the system.

``--alldeps``
When used with ``--resolve``, download all dependencies (do not skip already installed ones).

--------
Examples
--------
Expand Down

0 comments on commit 247926c

Please sign in to comment.