forked from rpms/dnf-plugins-core
42 lines
1.3 KiB
Diff
42 lines
1.3 KiB
Diff
|
From 9fc9615a07cb314edca953ab71caec27b53fac6d Mon Sep 17 00:00:00 2001
|
||
|
From: Marek Blaha <mblaha@redhat.com>
|
||
|
Date: Thu, 2 Jul 2020 14:29:18 +0200
|
||
|
Subject: [PATCH 4/5] Reorder options in dnf-debug man page alphabetically
|
||
|
|
||
|
---
|
||
|
doc/debug.rst | 16 ++++++++--------
|
||
|
1 file changed, 8 insertions(+), 8 deletions(-)
|
||
|
|
||
|
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.
|
||
|
--
|
||
|
2.25.4
|
||
|
|