forked from TrueCloudLab/certificates
Fix typo in flag usage
This commit is contained in:
parent
21f14e5708
commit
57a704f008
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ Requires **--insecure** flag.`,
|
||||||
},
|
},
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "pidfile",
|
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{
|
cli.BoolFlag{
|
||||||
Name: "insecure",
|
Name: "insecure",
|
||||||
|
|
Loading…
Reference in a new issue