Skip to content

Commit

Permalink
Fix street-address and postal-code descriptions to be more descriptiv…
Browse files Browse the repository at this point in the history
…e. (#245)

Signed-off-by: Ville Aikas <vaikas@chainguard.dev>
  • Loading branch information
vaikas authored Nov 23, 2021
1 parent ae43aff commit 69e042a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/app/createca.go
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ func init() {
createcaCmd.PersistentFlags().String("country", "", "Country name for root CA")
createcaCmd.PersistentFlags().String("province", "", "Province name for root CA")
createcaCmd.PersistentFlags().String("locality", "", "Locality name for root CA")
createcaCmd.PersistentFlags().String("street-address", "", "Locality name for root CA")
createcaCmd.PersistentFlags().String("postal-code", "", "Locality name for root CA")
createcaCmd.PersistentFlags().String("street-address", "", "Street address for root CA")
createcaCmd.PersistentFlags().String("postal-code", "", "Postal code for root CA")
createcaCmd.PersistentFlags().String("out", "", "output root CA to file")
createcaCmd.PersistentFlags().String("hsm", "softhsm", "The HSM provider to use. Valid values: softhsm (default), aws")
if err := viper.BindPFlags(createcaCmd.PersistentFlags()); err != nil {
Expand Down

0 comments on commit 69e042a

Please sign in to comment.