Skip to content

Commit

Permalink
Add an example how to disable repo to repo command man page
Browse files Browse the repository at this point in the history
While this example isn't for the `repo` command it could be useful to
users looking into the man page.

For: rpm-software-management#1213
  • Loading branch information
kontura committed Jul 30, 2024
1 parent 51479b9 commit e845ad5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions doc/commands/repo.8.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,8 @@ Examples
``dnf5 repo list --disabled *-debuginfo``
| Print disabled repositories related to debugging.
``dnf5 config-manger setopt repo_id.enabled=0``
| Persistently disable repository using the config-manger plugin command.
| See :manpage:`dnf5-config-manager(8)` for more details.

0 comments on commit e845ad5

Please sign in to comment.