mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
fix typo in command help
This commit is contained in:
parent
0fca1ae776
commit
2cbe79acda
|
@ -27,7 +27,7 @@ func (c *commandVolumeBalance) Name() string {
|
||||||
func (c *commandVolumeBalance) Help() string {
|
func (c *commandVolumeBalance) Help() string {
|
||||||
return `balance all volumes among volume servers
|
return `balance all volumes among volume servers
|
||||||
|
|
||||||
volume.balance [-c ALL|EACH_COLLECTION|<collection_name>] [-force] [-dataCenter=<data_center_name>]
|
volume.balance [-collection ALL|EACH_COLLECTION|<collection_name>] [-force] [-dataCenter=<data_center_name>]
|
||||||
|
|
||||||
Algorithm:
|
Algorithm:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue