make gen
This commit is contained in:
parent
67dc7523d5
commit
3e10f2e250
@ -390,7 +390,7 @@ var dealsListCmd = &cli.Command{
|
||||
Flags: []cli.Flag{
|
||||
&cli.StringFlag{
|
||||
Name: "format",
|
||||
Usage: "output format of data, `json` and `table` are supported",
|
||||
Usage: "output format of data, supported: table, json",
|
||||
Value: "table",
|
||||
},
|
||||
&cli.BoolFlag{
|
||||
|
@ -658,9 +658,10 @@ USAGE:
|
||||
lotus-miner storage-deals list [command options] [arguments...]
|
||||
|
||||
OPTIONS:
|
||||
--verbose, -v (default: false)
|
||||
--watch watch deal updates in real-time, rather than a one time list (default: false)
|
||||
--help, -h show help (default: false)
|
||||
--format value output format of data, supported: table, json (default: "table")
|
||||
--verbose, -v (default: false)
|
||||
--watch watch deal updates in real-time, rather than a one time list (default: false)
|
||||
--help, -h show help (default: false)
|
||||
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user