diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-11-01 17:22:47 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-11-01 17:22:47 -0700 |
| commit | 794375ca0a18661268c77fafc5c0162ffd70be0a (patch) | |
| tree | 1cee0eaa29a14445be9079fb84d6db3bc279a2b3 /weed/shell/command_ec_encode.go | |
| parent | fc9e246592351085b31ce9ad0d6a4790fa54b4f1 (diff) | |
| download | seaweedfs-794375ca0a18661268c77fafc5c0162ffd70be0a.tar.xz seaweedfs-794375ca0a18661268c77fafc5c0162ffd70be0a.zip | |
adjust help message since both fullPercent and quietFor are needed.
Diffstat (limited to 'weed/shell/command_ec_encode.go')
| -rw-r--r-- | weed/shell/command_ec_encode.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/shell/command_ec_encode.go b/weed/shell/command_ec_encode.go index 33eef9ca7..9a64bb486 100644 --- a/weed/shell/command_ec_encode.go +++ b/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: |
