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{
|
||||
Name: "compute",
|
||||
Usage: "Compute simulated proving tasks",
|
||||
Subcommands: []*cli.Command{
|
||||
provingComputeWindowPoStCmd,
|
||||
},
|
||||
|
@ -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...]
|
||||
|
Loading…
Reference in New Issue
Block a user