Skip to content

Commit

Permalink
update help formatting (anchore#1105)
Browse files Browse the repository at this point in the history
  • Loading branch information
spiffcs authored and aiwantaozi committed Oct 20, 2022
1 parent 17ab319 commit 20aaf95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/syft/cli/packages.go
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
packagesExample = ` {{.appName}} {{.command}} alpine:latest a summary of discovered packages
packagesExample = ` {{.appName}} {{.command}} alpine:latest a summary of discovered packages
{{.appName}} {{.command}} alpine:latest -o json show all possible cataloging details
{{.appName}} {{.command}} alpine:latest -o cyclonedx show a CycloneDX formatted SBOM
{{.appName}} {{.command}} alpine:latest -o cyclonedx-json show a CycloneDX JSON formatted SBOM
Expand Down

0 comments on commit 20aaf95

Please sign in to comment.