fix(tooling): correct help message

close #58
This commit is contained in:
Nicolas Carlier 2022-06-18 06:20:59 +00:00
parent a42acac123
commit ab4dc1eedd

View File

@ -22,7 +22,7 @@ import (
type config struct { type config struct {
KeyID string `flag:"key-id" desc:"Signature key ID"` KeyID string `flag:"key-id" desc:"Signature key ID"`
KeyFile string `flag:"key-file" desc:"Public key file (PEM format)" default:"./key.pem"` KeyFile string `flag:"key-file" desc:"Private key file (PEM format)" default:"./key.pem"`
JSON string `flag:"json" desc:"JSON payload"` JSON string `flag:"json" desc:"JSON payload"`
} }