adjust help messages

This commit is contained in:
Chris Lu
2021-09-15 22:53:10 -07:00
parent f0907eb83c
commit b5f4910412
2 changed files with 2 additions and 15 deletions

View File

@@ -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.