From e727532963d5752cf4180d5c2f183964c05ea527 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Wed, 24 Mar 2021 14:55:34 -0700 Subject: [PATCH] Fix wrong format of the first flag on `step-ca --help` --- cmd/step-ca/main.go | 1 + 1 file changed, 1 insertion(+) 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}}