1
0
mirror of https://github.com/smallstep/cli.git synced 2025-08-07 16:02:54 +03:00

Make sure all the short help uses the first person

Fixes #37
This commit is contained in:
Mariano Cano
2018-11-28 12:41:55 -08:00
parent 477cf26a66
commit e3e5cc1b62
23 changed files with 31 additions and 31 deletions

View File

@@ -21,7 +21,7 @@ func bootstrapCommand() cli.Command {
return cli.Command{
Name: "bootstrap",
Action: command.ActionFunc(bootstrapAction),
Usage: "initializes the environment to use the CA commands",
Usage: "initialize the environment to use the CA commands",
UsageText: "**step ca bootstrap** [**--ca-url**=<uri>] [**--fingerprint**=<fingerprint>]",
Description: `**step ca bootstrap** downloads the root certificate from the certificate
authority and sets up the current environment to use it.