This commit is contained in:
Anton Evangelatov 2021-09-10 15:18:32 +02:00
parent 67dc7523d5
commit 3e10f2e250
2 changed files with 5 additions and 4 deletions

View File

@ -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{

View File

@ -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)
```