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