mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-11-24 19:19:11 +08:00
adjust help message
This commit is contained in:
parent
eaa76f11b7
commit
0e49add2bc
@ -26,7 +26,7 @@ func (c *commandEcBalance) Name() string {
|
||||
func (c *commandEcBalance) Help() string {
|
||||
return `balance all ec shards among volume servers
|
||||
|
||||
ec.balance [-c EACH_COLLECTION|<collection_name>] [-f] [-dataCenter <data_center>]
|
||||
ec.balance [-c EACH_COLLECTION|<collection_name>] [-force] [-dataCenter <data_center>]
|
||||
|
||||
Algorithm:
|
||||
|
||||
|
@ -27,7 +27,7 @@ func (c *commandEcRebuild) Name() string {
|
||||
func (c *commandEcRebuild) Help() string {
|
||||
return `find and rebuild missing ec shards among volume servers
|
||||
|
||||
ec.rebuild [-c EACH_COLLECTION|<collection_name>] [-f]
|
||||
ec.rebuild [-c EACH_COLLECTION|<collection_name>] [-force]
|
||||
|
||||
Algorithm:
|
||||
|
||||
|
@ -28,7 +28,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>] [-f] [-dataCenter=<data_center_name>]
|
||||
volume.balance [-c ALL|EACH_COLLECTION|<collection_name>] [-force] [-dataCenter=<data_center_name>]
|
||||
|
||||
Algorithm:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user