提交 1cfb0ffd 作者: Juan Batiz-Benet

command output nit

上级 14a384d8
...@@ -29,7 +29,7 @@ func Publish(n *core.IpfsNode, args []string, opts map[string]interface{}, out i ...@@ -29,7 +29,7 @@ func Publish(n *core.IpfsNode, args []string, opts map[string]interface{}, out i
if err != nil { if err != nil {
return err return err
} }
fmt.Fprintf(out, "Published %s to %s\n", args[0], u.Key(hash).Pretty()) fmt.Fprintf(out, "published mapping %s to %s\n", u.Key(hash).Pretty(), args[0])
return nil return nil
} }
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论