worker: Less confusing usage on --no-default
This commit is contained in:
parent
6b3bc8c9d2
commit
abf8316eda
@ -189,7 +189,7 @@ var runCmd = &cli.Command{
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
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,
|
||||
},
|
||||
&cli.IntFlag{
|
||||
|
@ -49,7 +49,7 @@ OPTIONS:
|
||||
--regen-sector-key enable regen sector key (default: true)
|
||||
--windowpost enable window 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)
|
||||
--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)
|
||||
|
Loading…
Reference in New Issue
Block a user