Skip to content

Commit

Permalink
doc: "dnf history userinstalled" replaced with "dnf repoquery --useri…
Browse files Browse the repository at this point in the history
…nstalled"

The replacement has already been recommended in dnf(8) manual of DNF4
project.

Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=2335257
  • Loading branch information
ppisar committed Jan 3, 2025
1 parent 8751434 commit e8a7340
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/changes_from_dnf4.7.rst
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ Changes to individual commands

``history``
* ``undo`` subcommand now accepts ``--ignore-extras`` and ``--ignore-installed`` like original ``history replay`` command.
* ``userinstalled`` subcommand was dropped. It is replaced by ``dnf repoquery --userinstalled``.
* ``store`` subcommand now creates a directory with transaction JSON file instead of a single transaction JSON file directly.
* ``store`` subcommand's ``--output`` option now accepts a directory path instead of a file. The default is ``./transaction``.
* ``replay`` subcommand was moved to a standalone ``replay`` command, that now accepts a path to a directory instead of a file path.
Expand Down

0 comments on commit e8a7340

Please sign in to comment.