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

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