@cryptotaxi247 / kubo / commits / d88ba1935

disabled 'ipfs update' command for now

Henry committed Mar 7, 2015 at 10:57 UTC d88ba193574e0bfa2edf7969f40f4bd8421959ee
1 file changed +10
core/commands/update.go
+10
@@ -17,6 +17,16 @@ type UpdateOutput struct {
17 }
18
19 var UpdateCmd = &cmds.Command{
20 + Helptext: cmds.HelpText{
21 + Tagline: "Downloads and installs updates for IPFS (disabled)",
22 + ShortDescription: `ipfs update is disabled until we can deploy the binaries to you over ipfs itself.
23 +
24 + please use 'go get -u github.com/jbenet/go-ipfs/cmd/ipfs' until then.`,
25 + },
26 +}
27 +
28 +// TODO: unexported until we can deploy the binaries over ipfs
29 +var updateCmd = &cmds.Command{
30 Helptext: cmds.HelpText{
31 Tagline: "Downloads and installs updates for IPFS",
32 ShortDescription: "ipfs update is a utility command used to check for updates and apply them.",