aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorYoni Nakache <45972051+LazyDBA247-Anyvision@users.noreply.github.com>2021-01-13 22:32:23 +0200
committerGitHub <noreply@github.com>2021-01-13 22:32:23 +0200
commitd1959de03894fb77753be622f18ec70e0a45eb43 (patch)
tree31bc579b3c780dc6ce3e412b892da246fefa6d1a /weed/command/command.go
parent95982e0856dcde5cd7542532367c436503d39a7a (diff)
parent3fb2ed90932f608b3fd8e9c29d32663b7402e8eb (diff)
downloadseaweedfs-d1959de03894fb77753be622f18ec70e0a45eb43.tar.xz
seaweedfs-d1959de03894fb77753be622f18ec70e0a45eb43.zip
Merge branch 'master' into master
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go3
1 files changed, 2 insertions, 1 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index 0df22b575..3fa52c922 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -15,6 +15,8 @@ var Commands = []*Command{
cmdDownload,
cmdExport,
cmdFiler,
+ cmdFilerCat,
+ cmdFilerMetaTail,
cmdFilerReplicate,
cmdFilerSynchronize,
cmdFix,
@@ -25,7 +27,6 @@ var Commands = []*Command{
cmdScaffold,
cmdServer,
cmdShell,
- cmdWatch,
cmdUpload,
cmdVersion,
cmdVolume,