提交 d88ba193 作者: Henry

disabled 'ipfs update' command for now

上级 e8403b1f
...@@ -18,6 +18,16 @@ type UpdateOutput struct { ...@@ -18,6 +18,16 @@ type UpdateOutput struct {
var UpdateCmd = &cmds.Command{ var UpdateCmd = &cmds.Command{
Helptext: cmds.HelpText{ Helptext: cmds.HelpText{
Tagline: "Downloads and installs updates for IPFS (disabled)",
ShortDescription: `ipfs update is disabled until we can deploy the binaries to you over ipfs itself.
please use 'go get -u github.com/jbenet/go-ipfs/cmd/ipfs' until then.`,
},
}
// TODO: unexported until we can deploy the binaries over ipfs
var updateCmd = &cmds.Command{
Helptext: cmds.HelpText{
Tagline: "Downloads and installs updates for IPFS", Tagline: "Downloads and installs updates for IPFS",
ShortDescription: "ipfs update is a utility command used to check for updates and apply them.", ShortDescription: "ipfs update is a utility command used to check for updates and apply them.",
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论