From 9df71df9e9e6e5ee370ea6d87dcf85af8d131778 Mon Sep 17 00:00:00 2001 From: Packit Date: Aug 25 2020 07:46:04 +0000 Subject: Apply patch 0004-Reorder-options-in-dnf-debug-man-page-alphabetically.patch patch_name: 0004-Reorder-options-in-dnf-debug-man-page-alphabetically.patch location_in_specfile: 4 present_in_specfile: true --- diff --git a/doc/debug.rst b/doc/debug.rst index 13ac071..ee9860f 100644 --- a/doc/debug.rst +++ b/doc/debug.rst @@ -57,16 +57,16 @@ All general DNF options are accepted, see `Options` in :manpage:`dnf(8)` for det ``dnf debug-restore`` -``--output`` - Only output list of packages which will be installed or removed. - No actuall changes are done. - -``--install-latest`` - When installing use the latest package of the same name and architecture. +``--filter-types=[install,remove,replace]`` + Limit package changes to specified type. ``--ignore-arch`` When installing package ignore architecture and install missing packages matching the name, epoch, version and release. -``--filter-types=[install,remove,replace]`` - Limit package changes to specified type. +``--install-latest`` + When installing use the latest package of the same name and architecture. + +``--output`` + Only output list of packages which will be installed or removed. + No actuall changes are done.