mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-12-04 02:39:01 +08:00
fix wrong prefix example
This commit is contained in:
parent
a9b057389f
commit
cfcf383ee7
@ -33,7 +33,7 @@ func (c *commandFsMetaLoad) Help() string {
|
||||
fs.meta.load <filer_host>-<port>-<time>.meta
|
||||
fs.meta.load -v=false <filer_host>-<port>-<time>.meta // skip printing out the verbose output
|
||||
fs.meta.load -concurrency=1 <filer_host>-<port>-<time>.meta // number of parallel meta load to filer
|
||||
fs.meta.load -dirPrefix=/buckets/important* <filer_host>.meta // load any dirs with prefix "important"
|
||||
fs.meta.load -dirPrefix=/buckets/important <filer_host>.meta // load any dirs with prefix "important"
|
||||
|
||||
`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user