Skip to content

Commit

Permalink
Merge pull request #10676 from crackerplace/fix/clean-helptext
Browse files Browse the repository at this point in the history
cli: remove redundant text in cockroach cert create-client --help
  • Loading branch information
tamird authored Nov 14, 2016
2 parents e17cad3 + bb7fc85 commit 180ee1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/cli/cert.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ var createClientCertCmd = &cobra.Command{
Short: "create client cert and key",
Long: `
Generates a client certificate and key, writing them to --cert and --key.
--cert and --key. CA certificate and key must be passed in.
CA certificate and key must be passed in.
The certs directory should contain a CA cert and key.
`,
SilenceUsage: true,
Expand Down

0 comments on commit 180ee1d

Please sign in to comment.