filer.remote.gateway not filer.remote.sync for remote.mount.buckets help string. (#5934)

This commit is contained in:
Shaun Alexander 2024-08-24 15:41:33 +12:00 committed by GitHub
parent 4463296811
commit 766290411b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -33,7 +33,7 @@ func (c *commandRemoteMountBuckets) Help() string {
remote.mount.buckets -remote=cloud1
# after mount, start a separate process to write updates to remote storage
weed filer.remote.sync -filer=<filerHost>:<filerPort> -createBucketAt=cloud1
weed filer.remote.gateway -filer=<filerHost>:<filerPort> -createBucketAt=cloud1
`
}