Merge pull request #1335 from smallstep/fix-typo

Fix typo in flag usage
This commit is contained in:
Mariano Cano 2023-03-30 15:42:12 -07:00 committed by GitHub
commit 390acab7d0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -85,7 +85,7 @@ Requires **--insecure** flag.`,
},
cli.StringFlag{
Name: "pidfile",
Usage: "that path to the <file> to write the process ID.",
Usage: "the path to the <file> to write the process ID.",
},
cli.BoolFlag{
Name: "insecure",