From 5dda8db46bdc0ee40f08755d398fb582b06ea547 Mon Sep 17 00:00:00 2001 From: Derick Diaz Date: Thu, 14 Dec 2023 04:48:13 -0600 Subject: [PATCH] Added upgrade option --- dnf5/commands/upgrade/upgrade.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/dnf5/commands/upgrade/upgrade.cpp b/dnf5/commands/upgrade/upgrade.cpp index 8a7ca59a2..ec696d1a2 100644 --- a/dnf5/commands/upgrade/upgrade.cpp +++ b/dnf5/commands/upgrade/upgrade.cpp @@ -67,6 +67,7 @@ void UpgradeCommand::set_argument_parser() { auto skip_unavailable = std::make_unique(*this); create_allow_downgrade_options(*this); create_downloadonly_option(*this); + create_destdir_option(*this); advisory_name = std::make_unique(*this); advisory_security = std::make_unique(*this);