From 9f84c9f8a445be48cdf9418b2bf7e96d6305fc1c Mon Sep 17 00:00:00 2001 From: Daniel Helfand Date: Thu, 22 Oct 2020 09:24:25 -0500 Subject: [PATCH] fix alignment of usage --- pkg/cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/root.go b/pkg/cmd/root.go index a48879aecd..6ac981e4be 100644 --- a/pkg/cmd/root.go +++ b/pkg/cmd/root.go @@ -40,7 +40,7 @@ import ( const usageTemplate = `Usage:{{if .Runnable}} {{.UseLine}}{{end}}{{if .HasAvailableSubCommands}} - {{.CommandPath}} [command]{{end}}{{if gt (len .Aliases) 0}} +{{.CommandPath}} [command]{{end}}{{if gt (len .Aliases) 0}} Aliases: {{.NameAndAliases}}{{end}}{{if .HasExample}}