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

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