fix help message

This commit is contained in:
Chris Lu 2020-08-27 00:13:38 -07:00
parent 0be6863c87
commit 707192f966

View file

@ -27,7 +27,7 @@ func (c *commandVolumeFixReplication) Name() string {
func (c *commandVolumeFixReplication) Help() string { func (c *commandVolumeFixReplication) Help() string {
return `add replicas to volumes that are missing replicas return `add replicas to volumes that are missing replicas
This command file all under-replicated volumes, and find volume servers with free slots. This command finds all under-replicated volumes, and finds volume servers with free slots.
If the free slots satisfy the replication requirement, the volume content is copied over and mounted. If the free slots satisfy the replication requirement, the volume content is copied over and mounted.
volume.fix.replication -n # do not take action volume.fix.replication -n # do not take action