mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix typo in fs.configure help message text
This commit is contained in:
parent
272c7836c3
commit
9e48bff8ee
|
@ -30,17 +30,17 @@ func (c *commandFsConfigure) Help() string {
|
|||
fs.configure
|
||||
|
||||
# trying the changes and see the possible configuration file content
|
||||
fs.configure -locationPrfix=/my/folder -collection=abc
|
||||
fs.configure -locationPrfix=/my/folder -collection=abc -ttl=7d
|
||||
fs.configure -locationPrefix=/my/folder -collection=abc
|
||||
fs.configure -locationPrefix=/my/folder -collection=abc -ttl=7d
|
||||
|
||||
# example: configure adding only 1 physical volume for each bucket collection
|
||||
fs.configure -locationPrfix=/buckets/ -volumeGrowthCount=1
|
||||
fs.configure -locationPrefix=/buckets/ -volumeGrowthCount=1
|
||||
|
||||
# apply the changes
|
||||
fs.configure -locationPrfix=/my/folder -collection=abc -apply
|
||||
fs.configure -locationPrefix=/my/folder -collection=abc -apply
|
||||
|
||||
# delete the changes
|
||||
fs.configure -locationPrfix=/my/folder -delete -apply
|
||||
fs.configure -locationPrefix=/my/folder -delete -apply
|
||||
|
||||
`
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue