Browse Source

adjust help message since both fullPercent and quietFor are needed.

pull/2427/head
Chris Lu 3 years ago
parent
commit
794375ca0a
  1. 2
      weed/shell/command_ec_encode.go

2
weed/shell/command_ec_encode.go

@ -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…
Cancel
Save