Skip to content

Commit

Permalink
Add documentation for --all
Browse files Browse the repository at this point in the history
  • Loading branch information
Honny1 committed May 28, 2024
1 parent 867e759 commit c9729a6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/manual/developer/05_tools_and_utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,13 @@ As shown in this command:
$ ./build-scripts/profile_tool.py most-used-components --products rhel9 --rules
```

You can also use the `--all` flag to get a list of all components and rules in the output, including unused components and unused rules.
As shown in this command:

```bash
$ ./build-scripts/profile_tool.py most-used-components --products rhel9 --all
```

The result will be a list of rules with the number of uses in the profiles.
The list can be generated as plain text, JSON or CVS.
Via the `--format FORMAT` parameter.
Expand Down

0 comments on commit c9729a6

Please sign in to comment.