Skip to content

Commit

Permalink
resolve: add local flag cmd option
Browse files Browse the repository at this point in the history
Fixes ipfs#2564

License: MIT
Signed-off-by: Mike Pfister <pfista@gmail.com>
  • Loading branch information
pfista committed Apr 14, 2016
1 parent 8d7117f commit 62213df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/commands/ipns.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ Resolve the value of another name:
Options: []cmds.Option{
cmds.BoolOption("recursive", "r", "Resolve until the result is not an IPNS name."),
cmds.BoolOption("nocache", "n", "Do not used cached entries."),
cmds.BoolOption("local", "l", "Resolve name using local datastore information"),
},
Run: func(req cmds.Request, res cmds.Response) {

Expand Down

0 comments on commit 62213df

Please sign in to comment.