Skip to content

Commit

Permalink
Add default to dns resolve
Browse files Browse the repository at this point in the history
See ipfs-inactive/http-api-spec#41 (comment)

License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
  • Loading branch information
RichardLitt committed Mar 1, 2016
1 parent cdddf0f commit 8cce0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ The resolver will give:
cmds.StringArg("domain-name", true, false, "The domain-name name to resolve.").EnableStdin(),
},
Options: []cmds.Option{
cmds.BoolOption("recursive", "r", "Resolve until the result is not a DNS link."),
cmds.BoolOption("recursive", "r", "Resolve until the result is not a DNS link. Default: false."),
},
Run: func(req cmds.Request, res cmds.Response) {

Expand Down

0 comments on commit 8cce0aa

Please sign in to comment.