make docsgen-cli
This commit is contained in:
parent
6216fae0f8
commit
d7bc0e8413
@ -1680,6 +1680,7 @@ COMMANDS:
|
|||||||
get-cc-collateral Get the collateral required to pledge a committed capacity sector
|
get-cc-collateral Get the collateral required to pledge a committed capacity sector
|
||||||
batching manage batch sector operations
|
batching manage batch sector operations
|
||||||
match-pending-pieces force a refreshed match of pending pieces to open sectors without manually waiting for more deals
|
match-pending-pieces force a refreshed match of pending pieces to open sectors without manually waiting for more deals
|
||||||
|
compact-partitions removes dead sectors from partitions and reduces the number of partitions used if possible
|
||||||
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:
|
||||||
@ -2021,6 +2022,22 @@ OPTIONS:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### lotus-miner sectors compact-partitions
|
||||||
|
```
|
||||||
|
NAME:
|
||||||
|
lotus-miner sectors compact-partitions - removes dead sectors from partitions and reduces the number of partitions used if possible
|
||||||
|
|
||||||
|
USAGE:
|
||||||
|
lotus-miner sectors compact-partitions [command options] [arguments...]
|
||||||
|
|
||||||
|
OPTIONS:
|
||||||
|
--deadline value the deadline to compact the partitions in (default: 0)
|
||||||
|
--partitions value list of partitions to compact sectors in
|
||||||
|
--really-do-it Actually send transaction performing the action (default: false)
|
||||||
|
--help, -h show help (default: false)
|
||||||
|
|
||||||
|
```
|
||||||
|
|
||||||
## lotus-miner proving
|
## lotus-miner proving
|
||||||
```
|
```
|
||||||
NAME:
|
NAME:
|
||||||
|
Loading…
Reference in New Issue
Block a user