forked from TrueCloudLab/certificates
Add UsageText to virtual command.
This commit is contained in:
parent
be07334164
commit
d3361e7a58
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,8 @@ import (
|
||||||
var AppCommand = cli.Command{
|
var AppCommand = cli.Command{
|
||||||
Name: "start",
|
Name: "start",
|
||||||
Action: appAction,
|
Action: appAction,
|
||||||
|
UsageText: `**step-ca** <config>
|
||||||
|
[**--password-file**=<file>]`,
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
cli.StringFlag{
|
cli.StringFlag{
|
||||||
Name: "password-file",
|
Name: "password-file",
|
||||||
|
|
Loading…
Reference in a new issue