Browse Source

fix typo in command help

pull/1140/head
Chris Lu 5 years ago
parent
commit
2cbe79acda
  1. 2
      weed/shell/command_volume_balance.go

2
weed/shell/command_volume_balance.go

@ -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…
Cancel
Save