aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-01-12 18:48:01 -0800
committerChris Lu <chris.lu@gmail.com>2021-01-12 18:48:01 -0800
commit90c507761084821692fcbd25a0a729ce4bbc4806 (patch)
tree76397a98ec40d7d251095264abd0c62000de9ab9 /weed/command/command.go
parent5cd9c9e6421215f64cc84090f4384cdec6190b85 (diff)
downloadseaweedfs-90c507761084821692fcbd25a0a729ce4bbc4806.tar.xz
seaweedfs-90c507761084821692fcbd25a0a729ce4bbc4806.zip
rename "weed watch" to "weed filer.meta.tail"
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index 8f9cec087..3fa52c922 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -16,6 +16,7 @@ var Commands = []*Command{
cmdExport,
cmdFiler,
cmdFilerCat,
+ cmdFilerMetaTail,
cmdFilerReplicate,
cmdFilerSynchronize,
cmdFix,
@@ -26,7 +27,6 @@ var Commands = []*Command{
cmdScaffold,
cmdServer,
cmdShell,
- cmdWatch,
cmdUpload,
cmdVersion,
cmdVolume,