diff options
| author | Chris Lu <chrislusf@users.noreply.github.com> | 2022-06-16 10:02:45 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-16 10:02:45 -0700 |
| commit | 5f8d6b5f13252dfb2b3219582e386c561267b839 (patch) | |
| tree | aa8cfedd7997820c11d98be19712b122cffc9572 /weed/command/command.go | |
| parent | aaa9938353a02ca38cfe4a309b857c1ff8f738ca (diff) | |
| parent | cd078471c4a3f588d452d1ae92b7489a5186957b (diff) | |
| download | seaweedfs-5f8d6b5f13252dfb2b3219582e386c561267b839.tar.xz seaweedfs-5f8d6b5f13252dfb2b3219582e386c561267b839.zip | |
Merge pull request #3184 from guol-fnst/weed_update
Weed update
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/weed/command/command.go b/weed/command/command.go index dbc18a053..7635405dc 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -2,9 +2,10 @@ package command import ( "fmt" - flag "github.com/chrislusf/seaweedfs/weed/util/fla9" "os" "strings" + + flag "github.com/chrislusf/seaweedfs/weed/util/fla9" ) var Commands = []*Command{ @@ -36,6 +37,7 @@ var Commands = []*Command{ cmdScaffold, cmdServer, cmdShell, + cmdUpdate, cmdUpload, cmdVersion, cmdVolume, |
