diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-06-05 00:11:37 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-06-05 00:11:37 -0700 |
| commit | 0e49add2bc97d5b11cc42d9ad1a5d11d652560fa (patch) | |
| tree | b6e8015ed3e5517dc036ce3d5266aa4da682cd92 /weed/shell/command_volume_balance.go | |
| parent | eaa76f11b7911af7c1faebddcccd4af2404122d6 (diff) | |
| download | seaweedfs-0e49add2bc97d5b11cc42d9ad1a5d11d652560fa.tar.xz seaweedfs-0e49add2bc97d5b11cc42d9ad1a5d11d652560fa.zip | |
adjust help message
Diffstat (limited to 'weed/shell/command_volume_balance.go')
| -rw-r--r-- | weed/shell/command_volume_balance.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_volume_balance.go b/weed/shell/command_volume_balance.go index 9108fccaa..683e2dbe8 100644 --- a/weed/shell/command_volume_balance.go +++ b/weed/shell/command_volume_balance.go @@ -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: |
