Skip to content

Commit 2a79e0d

Browse files
committedFeb 26, 2016
Added default false
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
1 parent d48cd56 commit 2a79e0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎core/commands/resolve.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Resolve the value of an IPFS DAG path:
5858
cmds.StringArg("name", true, false, "The name to resolve.").EnableStdin(),
5959
},
6060
Options: []cmds.Option{
61-
cmds.BoolOption("recursive", "r", "Resolve until the result is an IPFS name."),
61+
cmds.BoolOption("recursive", "r", "Resolve until the result is an IPFS name. Default: false."),
6262
},
6363
Run: func(req cmds.Request, res cmds.Response) {
6464

0 commit comments

Comments
 (0)
Please sign in to comment.