aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go4
1 files changed, 3 insertions, 1 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index dbc18a053..b16de3eba 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{
@@ -37,6 +38,7 @@ var Commands = []*Command{
cmdServer,
cmdShell,
cmdUpload,
+ cmdUpdate,
cmdVersion,
cmdVolume,
cmdWebDav,