Skip to content

Commit

Permalink
Update docuentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Honny1 committed Jan 17, 2024
1 parent d0b71b2 commit d915f63
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/manual/developer/05_tools_and_utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,13 @@ The tool can also generate a list of the most used rules contained in profiles f
For example, to get a list of the most used rules in the benchmark for `rhel8`, run this command:

```bash
$ ./build-scripts/profile_tool.py most-used-rules --benchmarks build/ssg-rhel8-xccdf.xml
$ ./build-scripts/profile_tool.py most-used-rules build/ssg-rhel8-xccdf.xml
```

Or you can also run this command to get a list of the most used rules in the entire project:

```bash
$ ./build-scripts/profile_tool.py most-used-rules
```

The result will be a list of rules with the number of uses in the profiles.
Expand Down

0 comments on commit d915f63

Please sign in to comment.