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
2 changed files with 4 additions and 3 deletions
+2 -1
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,
},
+2 -2
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...]