Skip to content

Commit

Permalink
[skip ci] fix usage text
Browse files Browse the repository at this point in the history
  • Loading branch information
bhamail committed Dec 9, 2020
1 parent e41806c commit 31034a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ Commands:
config Allows a user to set Nexus IQ or OSS Index config params...
ddt SPECIAL MOVE Allows you to perform scans backed by Sonatype's OSS...
iq EXTRA SPECIAL MOVE Allows you to perform scans backed by...
sbom Generates a purl only bom (no vulns) and outputs it to a file
that...
sbom Generates a purl only bom (no vulns) and outputs it to std_out by...
$ jake ddt --help
Usage: jake ddt [OPTIONS]
Expand Down
2 changes: 1 addition & 1 deletion jake/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ def config(conf):
help='Specify a file name and/or directory to save the CycloneDx sbom.')
def sbom(verbose, quiet, conda, targets, output):
"""
Generates a purl only bom (no vulns) and outputs it to std_out a file
Generates a purl only bom (no vulns) and outputs it to std_out
by default or to a file path with the -o flag
Does not make any connection to IQ or OSSI
Expand Down

0 comments on commit 31034a0

Please sign in to comment.