This is an automated email from the ASF dual-hosted git repository.

arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 7c9ccab  Small CLI documentation improvement
7c9ccab is described below

commit 7c9ccabc7a18cc07b60eda90433e7fd7c2b2f505
Author: Alastair McFarlane <[email protected]>
AuthorDate: Mon Dec 22 09:58:05 2025 +0000

    Small CLI documentation improvement
---
 atr/sbom/cli.py | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/atr/sbom/cli.py b/atr/sbom/cli.py
index 74647a4..b4dfe1a 100644
--- a/atr/sbom/cli.py
+++ b/atr/sbom/cli.py
@@ -164,7 +164,11 @@ def command_where(bundle: models.bundle.Bundle) -> None:
 
 def main() -> None:  # noqa: C901
     if len(sys.argv) < 3:
-        print("Usage: python -m atr.sbom <command> <sbom-path>")
+        print("Usage: python -m atr.sbom <COMMAND> <SBOM PATH>")
+        print(
+            "COMMAND can be one of: license, merge, missing, osv, "
+            "outdated, patch-ntia, patch-vuln, scores, validate-cli, 
validate-py, where"
+        )
         sys.exit(1)
     path = pathlib.Path(sys.argv[2])
     bundle = path_to_bundle(path)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to