From d3361e7a5865883d98366bfd03a53be91451f432 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Thu, 26 Sep 2019 17:02:49 -0700 Subject: [PATCH] Add UsageText to virtual command. --- commands/app.go | 2 ++ 1 file changed, 2 insertions(+) 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",