Skip to content

Commit

Permalink
Merge pull request #1658 from buildpacks/fix/sbom-help-text
Browse files Browse the repository at this point in the history
Fix help text for SBOM
  • Loading branch information
sambhav authored Mar 4, 2023
2 parents a89477d + c1e74c0 commit f1cde32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/commands/download_sbom.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ func DownloadSBOM(
Use: "download <image-name>",
Args: cobra.ExactArgs(1),
Short: "Download SBoM from specified image",
Long: "Download layer containing Structured Bill of Materials (SBoM) from specified image",
Long: "Download layer containing structured Software Bill of Materials (SBoM) from specified image",
Example: "pack sbom download buildpacksio/pack",
RunE: logError(logger, func(cmd *cobra.Command, args []string) error {
img := args[0]
Expand Down

0 comments on commit f1cde32

Please sign in to comment.