|
|
b1d886 |
From 9fc9615a07cb314edca953ab71caec27b53fac6d Mon Sep 17 00:00:00 2001
|
|
|
b1d886 |
From: Marek Blaha <mblaha@redhat.com>
|
|
|
b1d886 |
Date: Thu, 2 Jul 2020 14:29:18 +0200
|
|
|
b1d886 |
Subject: [PATCH 4/5] Reorder options in dnf-debug man page alphabetically
|
|
|
b1d886 |
|
|
|
b1d886 |
---
|
|
|
b1d886 |
doc/debug.rst | 16 ++++++++--------
|
|
|
b1d886 |
1 file changed, 8 insertions(+), 8 deletions(-)
|
|
|
b1d886 |
|
|
|
b1d886 |
diff --git a/doc/debug.rst b/doc/debug.rst
|
|
|
b1d886 |
index 13ac071..ee9860f 100644
|
|
|
b1d886 |
--- a/doc/debug.rst
|
|
|
b1d886 |
+++ b/doc/debug.rst
|
|
|
b1d886 |
@@ -57,16 +57,16 @@ All general DNF options are accepted, see `Options` in :manpage:`dnf(8)` for det
|
|
|
b1d886 |
|
|
|
b1d886 |
``dnf debug-restore``
|
|
|
b1d886 |
|
|
|
b1d886 |
-``--output``
|
|
|
b1d886 |
- Only output list of packages which will be installed or removed.
|
|
|
b1d886 |
- No actuall changes are done.
|
|
|
b1d886 |
-
|
|
|
b1d886 |
-``--install-latest``
|
|
|
b1d886 |
- When installing use the latest package of the same name and architecture.
|
|
|
b1d886 |
+``--filter-types=[install,remove,replace]``
|
|
|
b1d886 |
+ Limit package changes to specified type.
|
|
|
b1d886 |
|
|
|
b1d886 |
``--ignore-arch``
|
|
|
b1d886 |
When installing package ignore architecture and install missing packages
|
|
|
b1d886 |
matching the name, epoch, version and release.
|
|
|
b1d886 |
|
|
|
b1d886 |
-``--filter-types=[install,remove,replace]``
|
|
|
b1d886 |
- Limit package changes to specified type.
|
|
|
b1d886 |
+``--install-latest``
|
|
|
b1d886 |
+ When installing use the latest package of the same name and architecture.
|
|
|
b1d886 |
+
|
|
|
b1d886 |
+``--output``
|
|
|
b1d886 |
+ Only output list of packages which will be installed or removed.
|
|
|
b1d886 |
+ No actuall changes are done.
|
|
|
b1d886 |
--
|
|
|
b1d886 |
2.25.4
|
|
|
b1d886 |
|