Browse Source

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

pull/5939/head
Shaun Alexander 4 months ago
committed by GitHub
parent
commit
766290411b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      weed/shell/command_remote_mount_buckets.go

2
weed/shell/command_remote_mount_buckets.go

@ -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
`
}

Loading…
Cancel
Save