Skip to content

Commit

Permalink
Added upgrade option
Browse files Browse the repository at this point in the history
  • Loading branch information
derickdiaz committed Dec 14, 2023
1 parent a4662a7 commit 5dda8db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dnf5/commands/upgrade/upgrade.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ void UpgradeCommand::set_argument_parser() {
auto skip_unavailable = std::make_unique<SkipUnavailableOption>(*this);
create_allow_downgrade_options(*this);
create_downloadonly_option(*this);
create_destdir_option(*this);

advisory_name = std::make_unique<AdvisoryOption>(*this);
advisory_security = std::make_unique<SecurityOption>(*this);
Expand Down

0 comments on commit 5dda8db

Please sign in to comment.