Skip to content

Commit

Permalink
Merge pull request #7098 from RubenKelevra/patch-2
Browse files Browse the repository at this point in the history
Revert last change (the default is now printed twice)
  • Loading branch information
Stebalien committed Apr 4, 2020
2 parents 6c45f9e + 7b75066 commit 11747ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/keystore.go
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ var keyGenCmd = &cmds.Command{
Tagline: "Create a new keypair",
},
Options: []cmds.Option{
cmds.StringOption(keyStoreTypeOptionName, "t", "type of the key to create: rsa, ed25519. Default: rsa").WithDefault("rsa"),
cmds.StringOption(keyStoreTypeOptionName, "t", "type of the key to create: rsa, ed25519").WithDefault("rsa"),
cmds.IntOption(keyStoreSizeOptionName, "s", "size of the key to generate"),
},
Arguments: []cmds.Argument{
Expand Down

0 comments on commit 11747ff

Please sign in to comment.