Browse Source

fix comments

pull/2321/head
Chris Lu 3 years ago
parent
commit
18bf556d93
  1. 2
      weed/shell/command_volume_fix_replication.go

2
weed/shell/command_volume_fix_replication.go

@ -29,7 +29,7 @@ func (c *commandVolumeFixReplication) Name() string {
}
func (c *commandVolumeFixReplication) Help() string {
return `add replicas to volumes that are missing replicas
return `add or remove replicas to volumes that are missing replicas or over-replicated
This command finds all over-replicated volumes. If found, it will purge the oldest copies and stop.

Loading…
Cancel
Save