@cryptotaxi247 / kubo / commits / 8cce0aa1f

Add default to dns resolve

See https://github.com/ipfs/http-api-spec/pull/41#discussion_r53164737 License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>

Richard Littauer committed Mar 1, 2016 at 15:17 UTC 8cce0aa1f725eac905c0bff2e7369a82c40ebe6c
1 file changed +1 -1
core/commands/dns.go
+1 -1
@@ -50,7 +50,7 @@ The resolver will give:
50 cmds.StringArg("domain-name", true, false, "The domain-name name to resolve.").EnableStdin(),
51 },
52 Options: []cmds.Option{
53 - cmds.BoolOption("recursive", "r", "Resolve until the result is not a DNS link."),
53 + cmds.BoolOption("recursive", "r", "Resolve until the result is not a DNS link. Default: false."),
54 },
55 Run: func(req cmds.Request, res cmds.Response) {
56