Skip to content

Commit 55dbaaf

Browse files
authored
help: Update example output file name to not imply JSON (#11)
The current output file name is `sbom.json` which implies that the output will be JSON. Signed-off-by: Chris Crone <christopher.crone@docker.com>
1 parent 67ac887 commit 55dbaaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const (
3434
helpExample = `
3535
docker sbom alpine:latest a summary of discovered packages
3636
docker sbom alpine:latest --format syft-json show all possible cataloging details
37-
docker sbom alpine:latest --output sbom.json write report output to a file
37+
docker sbom alpine:latest --output sbom.txt write report output to a file
3838
docker sbom alpine:latest --exclude /lib --exclude '**/*.db' ignore one or more paths/globs in the image
3939
`
4040
shortDescription = "View the packaged-based Software Bill Of Materials (SBOM) for an image"

0 commit comments

Comments
 (0)