update usage example

This commit is contained in:
AJ ONeal 2020-11-25 03:15:34 -07:00
parent a62ae2ea87
commit 88a0b05c2f
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ func inspect(args []string) {
flags := flag.NewFlagSet("inspect", flag.ExitOnError)
flags.BoolVar(&verbose, "verbose", true, "print extra info")
flags.Usage = func() {
fmt.Println("Usage: keypairs inspect <jwt-or-jwt>")
fmt.Println("Usage: keypairs inspect --verbose <jwt-or-jwt>")
fmt.Println("")
fmt.Println(" <jwt-or-jws>: a JWT or JWS File or String, if JWS the payload must be Base64")
fmt.Println("")