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{ var provingComputeCmd = &cli.Command{
Name: "compute", Name: "compute",
Usage: "Compute simulated proving tasks",
Subcommands: []*cli.Command{ Subcommands: []*cli.Command{
provingComputeWindowPoStCmd, provingComputeWindowPoStCmd,
}, },

View File

@ -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...]