Skip to content

Commit

Permalink
Removed vault create comment shorthand "c" as it's now used for core …
Browse files Browse the repository at this point in the history
…symbol
  • Loading branch information
Matthieu Vachon committed Jun 27, 2019
1 parent c76c82e commit c41984f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eosc/cmd/vaultCreate.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,6 @@ func init() {

vaultCreateCmd.Flags().IntP("keys", "k", 0, "Number of keypairs to create")
vaultCreateCmd.Flags().BoolP("import", "i", false, "Whether to import keys instead of creating them. This takes precedence over --keys, and private keys will be inputted on the command line.")
vaultCreateCmd.Flags().StringP("comment", "c", "", "Comment field in the vault's json file.")
vaultCreateCmd.Flags().StringP("comment", "", "", "Comment field in the vault's json file.")
vaultCreateCmd.Flags().StringP("vault-type", "t", "passphrase", "Vault type. One of: passphrase, kms-gcp")
}

0 comments on commit c41984f

Please sign in to comment.