Skip to content

Commit

Permalink
Make usage text flags flow better
Browse files Browse the repository at this point in the history
  • Loading branch information
hslatman committed Aug 9, 2023
1 parent ce5c69a commit 53e0bab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions command/certificate/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ func createCommand() cli.Command {
[**--kms**=<uri>] [**--csr**] [**--profile**=<profile>]
[**--template**=<file>] [**--set**=<key=value>] [**--set-file**=<file>]
[**--not-before**=<duration>] [**--not-after**=<duration>]
[**--password-file**=<file>] [**--ca**=<issuer-cert>]
[**--ca-key**=<issuer-key>] [**--ca-kms**=<uri>] [**--ca-password-file**=<file>]
[**--san**=<SAN>] [**--bundle**] [**--key**=<file>]
[**--password-file**=<file>] [**--ca**=<issuer-cert>]
[**--ca-key**=<issuer-key>] [**--ca-password-file**=<file>]
[**--ca-kms**=<uri>] [**--san**=<SAN>] [**--bundle**] [**--key**=<file>]
[**--kty**=<type>] [**--curve**=<curve>] [**--size**=<size>]
[**--skip-csr-signature**] [**--no-password**] [**--insecure**]`,
Description: `**step certificate create** generates a certificate or a
Expand Down

0 comments on commit 53e0bab

Please sign in to comment.