Skip to content

Commit

Permalink
fix: minor typo
Browse files Browse the repository at this point in the history
Signed-off-by: Paul Howard <[email protected]>
  • Loading branch information
paulhowardarm committed Jun 19, 2024
1 parent 80eec04 commit 7adc557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/psa/print.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ func NewPrintCmd(fs afero.Fs) *cobra.Command {
cmd := &cobra.Command{
Use: "print",
Short: "print the contents of a PSA attestation token to the standard output",
Long: `Print the contents of the given PSA attestation tokan to the standard
Long: `Print the contents of the given PSA attestation token to the standard
output, without performing any cryptographic checks.
Print a PSA attestation token contained in my.cbor:
Expand Down

0 comments on commit 7adc557

Please sign in to comment.