aboutsummaryrefslogtreecommitdiff
path: root/weed/command/command.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-04-16 01:58:28 -0700
committerChris Lu <chris.lu@gmail.com>2019-04-16 01:58:28 -0700
commit8ea1ee6dfaa78ebcacf4b03c3cb26b3155cc42eb (patch)
treed631f02621d38690d95b608bdc1aa944d80503b3 /weed/command/command.go
parent014906ec797c7075afed2b33705e0db63bcd2dbd (diff)
downloadseaweedfs-8ea1ee6dfaa78ebcacf4b03c3cb26b3155cc42eb.tar.xz
seaweedfs-8ea1ee6dfaa78ebcacf4b03c3cb26b3155cc42eb.zip
weed shell: add fs.meta.notify, removing filer.export
Diffstat (limited to 'weed/command/command.go')
-rw-r--r--weed/command/command.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/weed/command/command.go b/weed/command/command.go
index 91b9bf3fc..39a01cc05 100644
--- a/weed/command/command.go
+++ b/weed/command/command.go
@@ -13,7 +13,6 @@ var Commands = []*Command{
cmdCompact,
cmdCopy,
cmdFix,
- cmdFilerExport,
cmdFilerReplicate,
cmdServer,
cmdMaster,