Skip to content

Commit

Permalink
Added default false
Browse files Browse the repository at this point in the history
License: MIT
Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
  • Loading branch information
RichardLitt committed Feb 26, 2016
1 parent d48cd56 commit 2a79e0d
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 2a79e0d

Please sign in to comment.