Blame SOURCES/0035-Move-system-upgrade-plugin-to-core-RhBug-2054235.patch

c115a0
From c9251d182be0bfa66345220cffe0842b44a061a8 Mon Sep 17 00:00:00 2001
c115a0
From: Jan Kolarik <jkolarik@redhat.com>
c115a0
Date: Wed, 31 Aug 2022 07:49:39 +0200
c115a0
Subject: [PATCH] Move system-upgrade plugin to core (RhBug:2054235)
c115a0
c115a0
Just doc fix.
c115a0
c115a0
= changelog =
c115a0
type: bugfix
c115a0
resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2054235
c115a0
---
c115a0
 doc/command_ref.rst | 3 +--
c115a0
 1 file changed, 1 insertion(+), 2 deletions(-)
c115a0
c115a0
diff --git a/doc/command_ref.rst b/doc/command_ref.rst
c115a0
index 7a02448c..bee6a109 100644
c115a0
--- a/doc/command_ref.rst
c115a0
+++ b/doc/command_ref.rst
c115a0
@@ -182,8 +182,7 @@ Options
c115a0
 ``--downloaddir=<path>, --destdir=<path>``
c115a0
     Redirect downloaded packages to provided directory. The option has to be used together with the \-\
c115a0
     :ref:`-downloadonly <downloadonly-label>` command line option, with the
c115a0
-    ``download``, ``modulesync`` or ``reposync`` commands (dnf-plugins-core) or with the ``system-upgrade`` command
c115a0
-    (dnf-plugins-extras).
c115a0
+    ``download``, ``modulesync``, ``reposync`` or ``system-upgrade`` commands (dnf-plugins-core).
c115a0
 
c115a0
 .. _downloadonly-label:
c115a0
 
c115a0
-- 
c115a0
2.37.3
c115a0