worker: Less confusing usage on --no-default

This commit is contained in:
Łukasz Magiera 2022-05-23 18:52:40 +02:00
parent 6b3bc8c9d2
commit abf8316eda
2 changed files with 2 additions and 2 deletions

View File

@ -189,7 +189,7 @@ var runCmd = &cli.Command{
}, },
&cli.BoolFlag{ &cli.BoolFlag{
Name: "no-default", Name: "no-default",
Usage: "disable all default tasks, use the worker for storage only", Usage: "disable all default compute tasks, use the worker for storage/fetching only",
Value: false, Value: false,
}, },
&cli.IntFlag{ &cli.IntFlag{

View File

@ -49,7 +49,7 @@ OPTIONS:
--regen-sector-key enable regen sector key (default: true) --regen-sector-key enable regen sector key (default: true)
--windowpost enable window post (default: false) --windowpost enable window post (default: false)
--winningpost enable winning post (default: false) --winningpost enable winning post (default: false)
--no-default disable all default tasks, use the worker for storage only (default: false) --no-default disable all default compute tasks, use the worker for storage/fetching only (default: false)
--parallel-fetch-limit value maximum fetch operations to run in parallel (default: 5) --parallel-fetch-limit value maximum fetch operations to run in parallel (default: 5)
--post-parallel-reads value maximum number of parallel challenge reads (0 = no limit) (default: 128) --post-parallel-reads value maximum number of parallel challenge reads (0 = no limit) (default: 128)
--post-read-timeout value time limit for reading PoSt challenges (0 = no limit) (default: 0s) --post-read-timeout value time limit for reading PoSt challenges (0 = no limit) (default: 0s)