mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2024-01-19 02:48:24 +00:00
adjust help message since both fullPercent and quietFor are needed.
This commit is contained in:
parent
fc9e246592
commit
794375ca0a
|
@ -33,7 +33,7 @@ func (c *commandEcEncode) Name() string {
|
|||
func (c *commandEcEncode) Help() string {
|
||||
return `apply erasure coding to a volume
|
||||
|
||||
ec.encode [-collection=""] [-fullPercent=95] [-quietFor=1h]
|
||||
ec.encode [-collection=""] [-fullPercent=95 -quietFor=1h]
|
||||
ec.encode [-collection=""] [-volumeId=<volume_id>]
|
||||
|
||||
This command will:
|
||||
|
|
Loading…
Reference in a new issue