Made linter happy in cmd folder

This commit is contained in:
Thomas Boerger 2016-11-04 12:42:18 +01:00
parent 212a04a45e
commit 5b5af7daee
No known key found for this signature in database
GPG key ID: 5A388F55283960B6
7 changed files with 14 additions and 5 deletions

View file

@ -25,10 +25,11 @@ import (
"github.com/urfave/cli"
)
// CmdCert represents the available cert sub-command.
var CmdCert = cli.Command{
Name: "cert",
Usage: "Generate self-signed certificate",
Description: `Generate a self-signed X.509 certificate for a TLS server.
Description: `Generate a self-signed X.509 certificate for a TLS server.
Outputs to 'cert.pem' and 'key.pem' and will overwrite existing files.`,
Action: runCert,
Flags: []cli.Flag{