Skip to content

Commit

Permalink
Fix typo spotted by @whyursleeping
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Justin Drake <drakefjustin@gmail.com>
  • Loading branch information
JustinDrake committed Aug 3, 2017
1 parent d2ba362 commit a881e02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ipfs/init.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ environment variable:
},
Options: []cmds.Option{
cmds.IntOption("bits", "b", "Number of bits to use in the generated RSA private key.").Default(nBitsForKeypairDefault),
cmds.IntOption("key-type", "k", "Key type (RSA or Ed25519-id").Default(keypairTypeDefault),
cmds.IntOption("key-type", "k", "Key type (RSA or Ed25519-id)").Default(keypairTypeDefault),
cmds.BoolOption("empty-repo", "e", "Don't add and pin help files to the local storage.").Default(false),
cmds.StringOption("profile", "p", "Apply profile settings to config. Multiple profiles can be separated by ','"),

Expand Down

0 comments on commit a881e02

Please sign in to comment.