2
0
mirror of https://github.com/therootcompany/keypairs synced 2025-03-09 18:10:37 +00:00

update usage example

This commit is contained in:
AJ ONeal 2020-11-25 03:15:34 -07:00
parent a62ae2ea87
commit 88a0b05c2f

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("")