diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-08 22:30:12 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-08 22:30:12 -0700 |
| commit | df85f7a1ebf81e1f8fe8bed5089bf5be71d7c76f (patch) | |
| tree | e6e6524daa1a8879f3a2d9d45ebd87af8675b854 /weed/command/filer_remote_sync.go | |
| parent | c0b12da4efbeb272d015c8cd51c1751d4f9abde7 (diff) | |
| download | seaweedfs-df85f7a1ebf81e1f8fe8bed5089bf5be71d7c76f.tar.xz seaweedfs-df85f7a1ebf81e1f8fe8bed5089bf5be71d7c76f.zip | |
adjust help message
Diffstat (limited to 'weed/command/filer_remote_sync.go')
| -rw-r--r-- | weed/command/filer_remote_sync.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/command/filer_remote_sync.go b/weed/command/filer_remote_sync.go index 4afb7c091..dbc102c9d 100644 --- a/weed/command/filer_remote_sync.go +++ b/weed/command/filer_remote_sync.go @@ -56,8 +56,8 @@ func init() { var cmdFilerRemoteSynchronize = &Command{ UsageLine: "filer.remote.sync -filer=<filerHost>:<filerPort> -dir=/mount/s3_on_cloud", - Short: "resumeable continuously write back updates to remote storage if the directory is mounted to the remote storage", - Long: `resumeable continuously write back updates to remote storage if the directory is mounted to the remote storage + Short: "resumable continuously write back updates to remote storage if the directory is mounted to the remote storage", + Long: `resumable continuously write back updates to remote storage if the directory is mounted to the remote storage filer.remote.sync listens on filer update events. If any mounted remote file is updated, it will fetch the updated content, |
