Commit 17c59231 authored by Matt Bell's avatar Matt Bell Committed by Juan Batiz-Benet

core/commands2: Fixed init option definition

parent 3e507f7c
......@@ -20,7 +20,7 @@ var initCmd = &cmds.Command{
`,
Options: []cmds.Option{
cmds.UintOption("bits", "b", "Number of bits to use in the generated RSA private key (defaults to 4096)"),
cmds.IntOption("bits", "b", "Number of bits to use in the generated RSA private key (defaults to 4096)"),
cmds.StringOption("passphrase", "p", "Passphrase for encrypting the private key"),
cmds.BoolOption("force", "f", "Overwrite existing config (if it exists)"),
cmds.StringOption("datastore", "d", "Location for the IPFS data store"),
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment