Add storage-id flag to proving check

This commit is contained in:
Łukasz Magiera
2021-10-08 14:56:08 +02:00
parent 734a03cf82
commit bfcfb199a0
2 changed files with 36 additions and 7 deletions
+4 -3
View File
@@ -1899,9 +1899,10 @@ USAGE:
lotus-miner proving check [command options] <deadlineIdx>
OPTIONS:
--only-bad print only bad sectors (default: false)
--slow run slower checks (default: false)
--help, -h show help (default: false)
--only-bad print only bad sectors (default: false)
--slow run slower checks (default: false)
--storage-id value filter sectors by storage path (path id)
--help, -h show help (default: false)
```