diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-11-24 22:17:43 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-11-24 22:17:43 -0800 |
| commit | 2cbe79acda04ff7b70dcb02dd7684c5a3d4068ec (patch) | |
| tree | 94d687efd393d8395748153ee3653ff6d0202297 | |
| parent | 0fca1ae776783b37481549df40f477b7d9248d3c (diff) | |
| download | seaweedfs-2cbe79acda04ff7b70dcb02dd7684c5a3d4068ec.tar.xz seaweedfs-2cbe79acda04ff7b70dcb02dd7684c5a3d4068ec.zip | |
fix typo in command help
| -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 d7ef0d005..faece77d2 100644 --- a/weed/shell/command_volume_balance.go +++ b/weed/shell/command_volume_balance.go @@ -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: |
