From eaa6bfcabd6e00623283ddb6b8f82b6a0242d7cf Mon Sep 17 00:00:00 2001 From: Sami Alzein Date: Mon, 12 Jan 2026 08:09:02 +0100 Subject: [PATCH] docs: correct lst_to_sbom command syntax --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d620a20..29abfbd 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ you have to convert your package list first: ```shell # convert Debian or Alpine package list to Standard BOM format: -$ lst_to_sbom.py package-list.json --pkg_dir /data/pkgs/ +$ lst_to_sbom.py package-list.json ``` Now, check `capywfa.py --help` for the necessary parameters. The tool will guide