Skip to content

Commit

Permalink
Merge pull request #2424 from ipfs/docs/dns-resolve-default
Browse files Browse the repository at this point in the history
Add default to dns resolve
  • Loading branch information
whyrusleeping committed Mar 2, 2016
2 parents 3ee1278 + 8cce0aa commit a551991
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 a551991

Please sign in to comment.