diff options
| author | hilimd <68371223+hilimd@users.noreply.github.com> | 2021-10-11 16:35:47 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-10-11 16:35:47 +0800 |
| commit | 0548ed3a1b5aa15b035b452519568bc017c065a3 (patch) | |
| tree | 4d77f014c56a1f5e1f18fc78413aa86c492ad41c /weed/command/command.go | |
| parent | 1de733fda507e1da94b2e4741c74ba7e5e2c5f76 (diff) | |
| parent | 84d2e1bdd099550aaba494c88324c8c0dbc08776 (diff) | |
| download | seaweedfs-0548ed3a1b5aa15b035b452519568bc017c065a3.tar.xz seaweedfs-0548ed3a1b5aa15b035b452519568bc017c065a3.zip | |
Merge pull request #82 from chrislusf/master
sync
Diffstat (limited to 'weed/command/command.go')
| -rw-r--r-- | weed/command/command.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/command/command.go b/weed/command/command.go index 8d6525652..dbc18a053 100644 --- a/weed/command/command.go +++ b/weed/command/command.go @@ -21,6 +21,7 @@ var Commands = []*Command{ cmdFilerCopy, cmdFilerMetaBackup, cmdFilerMetaTail, + cmdFilerRemoteGateway, cmdFilerRemoteSynchronize, cmdFilerReplicate, cmdFilerSynchronize, |
