Skip to content

Commit

Permalink
fix: update command-line flag examples with double dashes
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmEff committed May 2, 2023
1 parent e8a8151 commit ef8baf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/siftool/add.go
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ func getSBOMFormat() (sif.SBOMFormat, error) {
}

var (
errPartitionArgs = errors.New("with partition datatype, -partfs, -parttype and -partarch must be passed")
errPartitionArgs = errors.New("with partition datatype, --partfs, --parttype and --partarch must be passed")
errInvalidFingerprintLength = errors.New("invalid signing entity fingerprint length")
errSBOMArgs = errors.New("with SBOM datatype, -sbomformat must be passed")
)
Expand Down

0 comments on commit ef8baf1

Please sign in to comment.