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