Merge pull request #8963 from filecoin-project/ux/proving-description

ux: cli: add compute description
This commit is contained in:
Łukasz Magiera 2022-07-04 14:34:35 +02:00 committed by GitHub
commit 7e7dc9179e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -515,7 +515,8 @@ var provingCheckProvableCmd = &cli.Command{
}
var provingComputeCmd = &cli.Command{
Name: "compute",
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...]