clarification the document of --resolve flag in name.publish
License: MIT Signed-off-by: Kejie Zhang <601172892@qq.com>
Kejie Zhang committed
Oct 26, 2018 at 14:38 UTC
ab89503faa30c7a0bda160ba03ed6678bdaad82c
1 file changed
+1
-1
core/commands/name/publish.go
+1
-1
@@ -72,7 +72,7 @@ Alternatively, publish an <ipfs-path> using a valid PeerID (as listed by
72
cmdkit.StringArg(ipfsPathOptionName, true, false, "ipfs path of the object to be published.").EnableStdin(),
73
},
74
Options: []cmdkit.Option{
75
- cmdkit.BoolOption(resolveOptionName, "Resolve given path before publishing.").WithDefault(true),
75
+ cmdkit.BoolOption(resolveOptionName, "Check if the given path can be resolved before publishing. <<default>>").WithDefault(true),
76
cmdkit.StringOption(lifeTimeOptionName, "t",
77
`Time duration that the record will be valid for. <<default>>
78
This accepts durations such as "300s", "1.5h" or "2h45m". Valid time units are