Skip to content

Commit

Permalink
tiny aligment fix in example template (#867)
Browse files Browse the repository at this point in the history
Signed-off-by: Jonas Galvão Xavier <[email protected]>
  • Loading branch information
jonasagx authored Mar 4, 2022
1 parent b2ab467 commit 640099c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/packages.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,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 640099c

Please sign in to comment.