Skip to content

Commit

Permalink
add default -l option for ipfs key list
Browse files Browse the repository at this point in the history
  • Loading branch information
keremgocen committed Apr 26, 2017
1 parent 9dc5883 commit aa12416
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 @@ -155,7 +155,7 @@ var KeyListCmd = &cmds.Command{
Tagline: "List all local keypairs",
},
Options: []cmds.Option{
cmds.BoolOption("l", "Show extra information about keys."),
cmds.BoolOption("l", "Show extra information about keys.").Default(true),
},
Run: func(req cmds.Request, res cmds.Response) {
n, err := req.InvocContext().GetNode()
Expand Down

0 comments on commit aa12416

Please sign in to comment.