forked from TrueCloudLab/certificates
Fix wrong format of the first flag on step-ca --help
This commit is contained in:
parent
bdeb0ccd7c
commit
e727532963
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@ var appHelpTemplate = `## NAME
|
|||
| **{{join .Names ", "}}** | {{.Usage}} |{{end}}
|
||||
{{end}}{{if .VisibleFlags}}{{end}}
|
||||
## OPTIONS
|
||||
|
||||
{{range $index, $option := .VisibleFlags}}{{if $index}}
|
||||
{{end}}{{$option}}
|
||||
{{end}}{{end}}{{if .Copyright}}{{if len .Authors}}
|
||||
|
|
Loading…
Reference in a new issue