@cryptotaxi247 / kubo / commits / 7b750664f

Revert last change (the default is now printed twice)

@RubenKelevra committed Apr 4, 2020 at 05:34 UTC 7b750664fb0c5ca3ee40f624758e324f7894f843
1 file changed +1 -1
core/commands/keystore.go
+1 -1
@@ -63,7 +63,7 @@ var keyGenCmd = &cmds.Command{
63 Tagline: "Create a new keypair",
64 },
65 Options: []cmds.Option{
66 - cmds.StringOption(keyStoreTypeOptionName, "t", "type of the key to create: rsa, ed25519. Default: rsa").WithDefault("rsa"),
66 + cmds.StringOption(keyStoreTypeOptionName, "t", "type of the key to create: rsa, ed25519").WithDefault("rsa"),
67 cmds.IntOption(keyStoreSizeOptionName, "s", "size of the key to generate"),
68 },
69 Arguments: []cmds.Argument{