diff options
| author | chrislu <chris.lu@gmail.com> | 2022-10-24 09:25:08 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-10-24 09:25:08 -0700 |
| commit | d5364218b2d87b7bf91d9a7732efb7dac62b0b9b (patch) | |
| tree | 4b91481d936c9d9d184084dabbf9f07b508f1375 /weed/shell/command_volume_balance.go | |
| parent | d880fc2bb38da0e087cb01d2e5fe320520cd3621 (diff) | |
| download | seaweedfs-d5364218b2d87b7bf91d9a7732efb7dac62b0b9b.tar.xz seaweedfs-d5364218b2d87b7bf91d9a7732efb7dac62b0b9b.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 7884fc7a0..3a9e7dea0 100644 --- a/weed/shell/command_volume_balance.go +++ b/weed/shell/command_volume_balance.go @@ -30,7 +30,7 @@ func (c *commandVolumeBalance) Name() string { func (c *commandVolumeBalance) Help() string { return `balance all volumes among volume servers - volume.balance [-collection ALL|EACH_COLLECTION|<collection_name>] [-force] [-dataCenter=<data_center_name>] + volume.balance [-collection ALL_COLLECTIONS|EACH_COLLECTION|<collection_name>] [-force] [-dataCenter=<data_center_name>] Algorithm: |
