ux: cli: add compute description
Add description to the `lotus-miner proving compute` command.
This commit is contained in:
parent
2daefe57bf
commit
a1675a8230
@ -516,6 +516,7 @@ var provingCheckProvableCmd = &cli.Command{
|
|||||||
|
|
||||||
var provingComputeCmd = &cli.Command{
|
var provingComputeCmd = &cli.Command{
|
||||||
Name: "compute",
|
Name: "compute",
|
||||||
|
Usage: "Compute simulated proving tasks",
|
||||||
Subcommands: []*cli.Command{
|
Subcommands: []*cli.Command{
|
||||||
provingComputeWindowPoStCmd,
|
provingComputeWindowPoStCmd,
|
||||||
},
|
},
|
||||||
|
@ -2025,7 +2025,7 @@ COMMANDS:
|
|||||||
faults View the currently known proving faulty sectors information
|
faults View the currently known proving faulty sectors information
|
||||||
check Check sectors provable
|
check Check sectors provable
|
||||||
workers list workers
|
workers list workers
|
||||||
compute
|
compute Compute simulated proving tasks
|
||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
@ -2117,7 +2117,7 @@ OPTIONS:
|
|||||||
### lotus-miner proving compute
|
### lotus-miner proving compute
|
||||||
```
|
```
|
||||||
NAME:
|
NAME:
|
||||||
lotus-miner proving compute - A new cli application
|
lotus-miner proving compute - Compute simulated proving tasks
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
lotus-miner proving compute command [command options] [arguments...]
|
lotus-miner proving compute command [command options] [arguments...]
|
||||||
|
Loading…
Reference in New Issue
Block a user