ux: cli: add compute description

Add description to the `lotus-miner proving compute` command.
This commit is contained in:
Phi 2022-07-03 11:51:50 +02:00
parent 2daefe57bf
commit a1675a8230
2 changed files with 4 additions and 3 deletions

View File

@ -516,6 +516,7 @@ var provingCheckProvableCmd = &cli.Command{
var provingComputeCmd = &cli.Command{
Name: "compute",
Usage: "Compute simulated proving tasks",
Subcommands: []*cli.Command{
provingComputeWindowPoStCmd,
},

View File

@ -2025,7 +2025,7 @@ COMMANDS:
faults View the currently known proving faulty sectors information
check Check sectors provable
workers list workers
compute
compute Compute simulated proving tasks
help, h Shows a list of commands or help for one command
OPTIONS:
@ -2117,7 +2117,7 @@ OPTIONS:
### lotus-miner proving compute
```
NAME:
lotus-miner proving compute - A new cli application
lotus-miner proving compute - Compute simulated proving tasks
USAGE:
lotus-miner proving compute command [command options] [arguments...]