diff --git a/commands/app.go b/commands/app.go index 250a5e41..36155bd9 100644 --- a/commands/app.go +++ b/commands/app.go @@ -19,6 +19,8 @@ import ( var AppCommand = cli.Command{ Name: "start", Action: appAction, + UsageText: `**step-ca** + [**--password-file**=]`, Flags: []cli.Flag{ cli.StringFlag{ Name: "password-file",