From c9729a62461999f0737a9680ecbe926e971bb66a Mon Sep 17 00:00:00 2001 From: Jan Rodak Date: Tue, 28 May 2024 18:07:44 +0200 Subject: [PATCH] Add documentation for --all --- docs/manual/developer/05_tools_and_utilities.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manual/developer/05_tools_and_utilities.md b/docs/manual/developer/05_tools_and_utilities.md index 6033c1365a3..07c8d7c4bd8 100644 --- a/docs/manual/developer/05_tools_and_utilities.md +++ b/docs/manual/developer/05_tools_and_utilities.md @@ -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.