Skip to content

Commit

Permalink
Merge pull request #2410 from ipfs/docs/resolve-recursive-default
Browse files Browse the repository at this point in the history
Added `default false` to `resolve --recursive` help text
  • Loading branch information
whyrusleeping committed Feb 29, 2016
2 parents 1d6e0d8 + 2a79e0d commit 54426ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/commands/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Resolve the value of an IPFS DAG path:
cmds.StringArg("name", true, false, "The name to resolve.").EnableStdin(),
},
Options: []cmds.Option{
cmds.BoolOption("recursive", "r", "Resolve until the result is an IPFS name."),
cmds.BoolOption("recursive", "r", "Resolve until the result is an IPFS name. Default: false."),
},
Run: func(req cmds.Request, res cmds.Response) {

Expand Down

0 comments on commit 54426ad

Please sign in to comment.