提交 9890d28c 作者: Jeromy Johnson

Merge pull request #2580 from wzhd/master

Fix a typo in publish.go
...@@ -47,7 +47,7 @@ Publish an <ipfs-path> to another public key (not implemented): ...@@ -47,7 +47,7 @@ Publish an <ipfs-path> to another public key (not implemented):
}, },
Arguments: []cmds.Argument{ Arguments: []cmds.Argument{
cmds.StringArg("ipfs-path", true, false, "IPFS path of the obejct to be published.").EnableStdin(), cmds.StringArg("ipfs-path", true, false, "IPFS path of the object to be published.").EnableStdin(),
}, },
Options: []cmds.Option{ Options: []cmds.Option{
cmds.BoolOption("resolve", "Resolve given path before publishing (default=true)."), cmds.BoolOption("resolve", "Resolve given path before publishing (default=true)."),
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论