diff --git a/README.md b/README.md index 94b5f3f55..552e4fa29 100644 --- a/README.md +++ b/README.md @@ -228,12 +228,12 @@ syft --select-catalogers "python" Use the default set of catalogers and add a cataloger to the set: ```bash -syft ... --catalogers "+sbom-cataloger" +syft ... --select-catalogers "+sbom-cataloger" ``` Use the default set of catalogers but remove any catalogers that deal with RPMs: ```bash -syft ... --catalogers "-rpm" +syft ... --select-catalogers "-rpm" ``` Only scan with catalogers that: