diff --git a/cmd/step-ca/main.go b/cmd/step-ca/main.go index eca57e8e..4396e028 100644 --- a/cmd/step-ca/main.go +++ b/cmd/step-ca/main.go @@ -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}}