aboutsummaryrefslogtreecommitdiff
path: root/weed/command/filer_remote_gateway.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-15 22:53:10 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-15 22:53:10 -0700
commitb5f49104124aac262d75742577c13a946505df1c (patch)
treea58f7af073727ef4b0bc42ce2dbe99fcb18e1be7 /weed/command/filer_remote_gateway.go
parentf0907eb83cddd7c0160583702e0bb633ac551caf (diff)
downloadseaweedfs-b5f49104124aac262d75742577c13a946505df1c.tar.xz
seaweedfs-b5f49104124aac262d75742577c13a946505df1c.zip
adjust help messages
Diffstat (limited to 'weed/command/filer_remote_gateway.go')
-rw-r--r--weed/command/filer_remote_gateway.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/filer_remote_gateway.go b/weed/command/filer_remote_gateway.go
index ea23daf5e..1b44f31ce 100644
--- a/weed/command/filer_remote_gateway.go
+++ b/weed/command/filer_remote_gateway.go
@@ -54,8 +54,8 @@ func init() {
var cmdFilerRemoteGateway = &Command{
UsageLine: "filer.remote.gateway",
- Short: "resumable continuously write back bucket creation, deletion, and other local updates to remote storage",
- Long: `resumable continuously write back bucket creation, deletion, and other local updates to remote storage
+ Short: "resumable continuously write back bucket creation, deletion, and other local updates to remote object store",
+ Long: `resumable continuously write back bucket creation, deletion, and other local updates to remote object store
filer.remote.gateway listens on filer local buckets update events.
If any bucket is created, deleted, or updated, it will mirror the changes to remote object store.