Merge pull request #6155 from filecoin-project/fix/cligen
Update cli gen
This commit is contained in:
commit
0d253c3e64
@ -616,7 +616,7 @@ CATEGORY:
|
||||
STORAGE
|
||||
|
||||
OPTIONS:
|
||||
--by-ping (default: false)
|
||||
--by-ping sort by ping (default: false)
|
||||
--output-format value Either 'text' or 'csv' (default: "text")
|
||||
--help, -h show help (default: false)
|
||||
|
||||
@ -1444,6 +1444,7 @@ COMMANDS:
|
||||
market Inspect the storage market actor
|
||||
exec-trace Get the execution trace of a given message
|
||||
network-version Returns the network version
|
||||
miner-proving-deadline Retrieve information about a given miner's proving deadline
|
||||
help, h Shows a list of commands or help for one command
|
||||
|
||||
OPTIONS:
|
||||
@ -1777,6 +1778,19 @@ OPTIONS:
|
||||
|
||||
```
|
||||
|
||||
### lotus state miner-proving-deadline
|
||||
```
|
||||
NAME:
|
||||
lotus state miner-proving-deadline - Retrieve information about a given miner's proving deadline
|
||||
|
||||
USAGE:
|
||||
lotus state miner-proving-deadline [command options] [minerAddress]
|
||||
|
||||
OPTIONS:
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
## lotus chain
|
||||
```
|
||||
NAME:
|
||||
|
Loading…
Reference in New Issue
Block a user