Skip to content
This repository has been archived by the owner on May 3, 2022. It is now read-only.

Commit

Permalink
Fix wrong help text message for key sign (#368)
Browse files Browse the repository at this point in the history
  • Loading branch information
radu-matei authored Nov 6, 2018
1 parent 53f8e92 commit b527de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/duffle/key_sign.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import (
const keySignDesc = `Clear-sign a given bundle.json file.
This remarshals the bundle.json into canonical form, and then clear-signs the JSON.
The output is written to STDOUT.
By default, the signed bundle is written in a bundle.cnab file in the current directory.
If no key name is supplied, this uses the first signing key in the secret keyring.
`
Expand Down

0 comments on commit b527de0

Please sign in to comment.