Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
dms3
go-dms3
Commits
d88ba193
Commit
d88ba193
authored
10 years ago
by
Henry
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
disabled 'ipfs update' command for now
parent
e8403b1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
core/commands/update.go
core/commands/update.go
+10
-0
No files found.
core/commands/update.go
View file @
d88ba193
...
...
@@ -17,6 +17,16 @@ type UpdateOutput struct {
}
var
UpdateCmd
=
&
cmds
.
Command
{
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"
,
ShortDescription
:
"ipfs update is a utility command used to check for updates and apply them."
,
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment