Add UsageText to virtual command.

This commit is contained in:
Mariano Cano 2019-09-26 17:02:49 -07:00
parent be07334164
commit d3361e7a58

View file

@ -19,6 +19,8 @@ import (
var AppCommand = cli.Command{
Name: "start",
Action: appAction,
UsageText: `**step-ca** <config>
[**--password-file**=<file>]`,
Flags: []cli.Flag{
cli.StringFlag{
Name: "password-file",