mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-30 08:17:52 +08: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 {
|
||||
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user