From 3f0a55418cebc1648f8ad015aa6de75ecfdff368 Mon Sep 17 00:00:00 2001 From: Mariano Cano Date: Mon, 26 Nov 2018 18:28:07 -0800 Subject: [PATCH] Fix lint errors. --- cmd/step-ca/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/step-ca/main.go b/cmd/step-ca/main.go index 3eb89345..d6e69b4f 100644 --- a/cmd/step-ca/main.go +++ b/cmd/step-ca/main.go @@ -115,7 +115,7 @@ intermediate private key.`, app.Writer = os.Stdout app.ErrWriter = os.Stderr app.Commands = []cli.Command{ - cli.Command{ + { Name: "version", Usage: "Displays the current version of the cli", // Command prints out the current version of the tool @@ -124,7 +124,7 @@ intermediate private key.`, return nil }, }, - cli.Command{ + { Name: "help", Aliases: []string{"h"}, Usage: "displays help for the specified command or command group",