Skip to content

Commit

Permalink
Merge pull request #2909 from yuvallanger/fix-documentation-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
whyrusleeping authored Jun 25, 2016
2 parents 2a4bbb7 + 5089daf commit cb85b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/ipns.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Resolve the value of a reference:
},
Options: []cmds.Option{
cmds.BoolOption("recursive", "r", "Resolve until the result is not an IPNS name.").Default(false),
cmds.BoolOption("nocache", "n", "Do not used cached entries.").Default(false),
cmds.BoolOption("nocache", "n", "Do not use cached entries.").Default(false),
},
Run: func(req cmds.Request, res cmds.Response) {

Expand Down

0 comments on commit cb85b0c

Please sign in to comment.