Skip to content

Commit

Permalink
Merge pull request #8963 from filecoin-project/ux/proving-description
Browse files Browse the repository at this point in the history
ux: cli: add compute description
  • Loading branch information
magik6k authored Jul 4, 2022
2 parents 2daefe5 + a1675a8 commit 7e7dc91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion cmd/lotus-miner/proving.go
Original file line number Diff line number Diff line change
Expand Up @@ -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,
},
Expand Down
4 changes: 2 additions & 2 deletions documentation/en/cli-lotus-miner.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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...]
Expand Down

0 comments on commit 7e7dc91

Please sign in to comment.