diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-04-16 01:58:28 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-04-16 01:58:28 -0700 |
| commit | 8ea1ee6dfaa78ebcacf4b03c3cb26b3155cc42eb (patch) | |
| tree | d631f02621d38690d95b608bdc1aa944d80503b3 /weed/command/command.go | |
| parent | 014906ec797c7075afed2b33705e0db63bcd2dbd (diff) | |
| download | seaweedfs-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.go | 1 |
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, |
