Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamMcEnery authored Dec 12, 2023
1 parent c7212d8 commit b1c0913
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,10 @@ Enable the following if troubleshooting an issue for the following subsystems:
- `--diagnostic-all`
### Manager
- `--diagnostic-manager`
- `--collect-crunchy`
- `--collect-edb`<br />
> **Note**: To use this option make sure to download either the `crunchy_gather.py` script or the `edb_mustgather.py` script, and make it executable with `chmod +x <mustgather_scipt>` and place in the same directory as the postmortem script.
- `--collect-crunchy`<br />
> **Note**: To use this option make sure to download the `crunchy_gather.py` script, make it executable with `chmod +x crunchy_gather.py` and place in the same directory as the postmortem script.
- `--collect-edb`<br />
> **Note**: To use this option make sure to download the `edb_mustgather.py` script, make it executable with `chmod +x edb_mustgather.py` and place in the same directory as the postmortem script.
### Gateway
`--diagnostic-gateway`
Expand Down

0 comments on commit b1c0913

Please sign in to comment.