Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

doc: "dnf repoquery --unsatisfied" is not supported #1758

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/changes_from_dnf4.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ Changes to individual commands

``repoquery``
* Dropped: ``-a/--all``, ``--alldeps``, ``--nevra`` options. Their behavior is and has been the default for both DNF4 and DNF5, so the options are no longer needed.
* Dropped: ``--nvr``, ``--envra`` options. They are no longer supported.
* Dropped: ``--envra``, ``--nvr``, ``--unsatisfied`` options. They are no longer supported.
* Dropped: ``--archlist`` alias for ``--arch``.
* Dropped: ``-f`` alias for ``--file``. Also, the arguments to ``--file`` are separated by commas instead of spaces.
* Moved ``--groupmember`` option to the ``info`` and ``list`` subcommands of the ``group`` and ``advisory`` commands, renaming it to ``--contains-pkgs``.
Expand Down
Loading