forked from TrueCloudLab/certificates
Fix lint errors.
This commit is contained in:
parent
a2d3733929
commit
3f0a55418c
1 changed files with 2 additions and 2 deletions
|
@ -115,7 +115,7 @@ intermediate private key.`,
|
||||||
app.Writer = os.Stdout
|
app.Writer = os.Stdout
|
||||||
app.ErrWriter = os.Stderr
|
app.ErrWriter = os.Stderr
|
||||||
app.Commands = []cli.Command{
|
app.Commands = []cli.Command{
|
||||||
cli.Command{
|
{
|
||||||
Name: "version",
|
Name: "version",
|
||||||
Usage: "Displays the current version of the cli",
|
Usage: "Displays the current version of the cli",
|
||||||
// Command prints out the current version of the tool
|
// Command prints out the current version of the tool
|
||||||
|
@ -124,7 +124,7 @@ intermediate private key.`,
|
||||||
return nil
|
return nil
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
cli.Command{
|
{
|
||||||
Name: "help",
|
Name: "help",
|
||||||
Aliases: []string{"h"},
|
Aliases: []string{"h"},
|
||||||
Usage: "displays help for the specified command or command group",
|
Usage: "displays help for the specified command or command group",
|
||||||
|
|
Loading…
Reference in a new issue