Merge pull request #7546 from filecoin-project/jen/deep-da-boss-order
To make Deep happy
This commit is contained in:
commit
a94a48f70b
@ -220,8 +220,8 @@ var filplusCheckClientCmd = &cli.Command{
|
|||||||
}
|
}
|
||||||
|
|
||||||
var filplusCheckNotaryCmd = &cli.Command{
|
var filplusCheckNotaryCmd = &cli.Command{
|
||||||
Name: "check-notaries-datacap",
|
Name: "check-notary-datacap",
|
||||||
Usage: "check notaries remaining bytes",
|
Usage: "check a notary's remaining bytes",
|
||||||
Action: func(cctx *cli.Context) error {
|
Action: func(cctx *cli.Context) error {
|
||||||
if !cctx.Args().Present() {
|
if !cctx.Args().Present() {
|
||||||
return fmt.Errorf("must specify notary address to check")
|
return fmt.Errorf("must specify notary address to check")
|
||||||
|
@ -1117,12 +1117,12 @@ USAGE:
|
|||||||
lotus filplus command [command options] [arguments...]
|
lotus filplus command [command options] [arguments...]
|
||||||
|
|
||||||
COMMANDS:
|
COMMANDS:
|
||||||
grant-datacap give allowance to the specified verified client address
|
grant-datacap give allowance to the specified verified client address
|
||||||
list-notaries list all notaries
|
list-notaries list all notaries
|
||||||
list-clients list all verified clients
|
list-clients list all verified clients
|
||||||
check-client-datacap check verified client remaining bytes
|
check-client-datacap check verified client remaining bytes
|
||||||
check-notaries-datacap check notaries remaining bytes
|
check-notary-datacap check a notary's remaining bytes
|
||||||
help, h Shows a list of commands or help for one command
|
help, h Shows a list of commands or help for one command
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
@ -1183,13 +1183,13 @@ OPTIONS:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
### lotus filplus check-notaries-datacap
|
### lotus filplus check-notary-datacap
|
||||||
```
|
```
|
||||||
NAME:
|
NAME:
|
||||||
lotus filplus check-notaries-datacap - check notaries remaining bytes
|
lotus filplus check-notary-datacap - check a notary's remaining bytes
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
lotus filplus check-notaries-datacap [command options] [arguments...]
|
lotus filplus check-notary-datacap [command options] [arguments...]
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--help, -h show help (default: false)
|
--help, -h show help (default: false)
|
||||||
|
Loading…
Reference in New Issue
Block a user