From 8227ce4a0aebc76423493aafc2cc73385e1f83ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= Date: Fri, 4 Oct 2024 15:11:18 +0200 Subject: [PATCH] doc: "dnf repoquery --unsatisfied" is not supported I also sorted the options on the line. Related: #910 --- doc/changes_from_dnf4.7.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/changes_from_dnf4.7.rst b/doc/changes_from_dnf4.7.rst index 916e37dd3..e727f8a65 100644 --- a/doc/changes_from_dnf4.7.rst +++ b/doc/changes_from_dnf4.7.rst @@ -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``.