Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

To make Deep happy #7546

Merged
merged 1 commit into from
Oct 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cli/filplus.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,8 @@ var filplusCheckClientCmd = &cli.Command{
}

var filplusCheckNotaryCmd = &cli.Command{
Name: "check-notaries-datacap",
Usage: "check notaries remaining bytes",
Name: "check-notary-datacap",
Usage: "check a notary's remaining bytes",
Action: func(cctx *cli.Context) error {
if !cctx.Args().Present() {
return fmt.Errorf("must specify notary address to check")
Expand Down
18 changes: 9 additions & 9 deletions documentation/en/cli-lotus.md
Original file line number Diff line number Diff line change
Expand Up @@ -1117,12 +1117,12 @@ USAGE:
lotus filplus command [command options] [arguments...]

COMMANDS:
grant-datacap give allowance to the specified verified client address
list-notaries list all notaries
list-clients list all verified clients
check-client-datacap check verified client remaining bytes
check-notaries-datacap check notaries remaining bytes
help, h Shows a list of commands or help for one command
grant-datacap give allowance to the specified verified client address
list-notaries list all notaries
list-clients list all verified clients
check-client-datacap check verified client remaining bytes
check-notary-datacap check a notary's remaining bytes
help, h Shows a list of commands or help for one command

OPTIONS:
--help, -h show help (default: false)
Expand Down Expand Up @@ -1183,13 +1183,13 @@ OPTIONS:

```

### lotus filplus check-notaries-datacap
### lotus filplus check-notary-datacap
```
NAME:
lotus filplus check-notaries-datacap - check notaries remaining bytes
lotus filplus check-notary-datacap - check a notary's remaining bytes

USAGE:
lotus filplus check-notaries-datacap [command options] [arguments...]
lotus filplus check-notary-datacap [command options] [arguments...]

OPTIONS:
--help, -h show help (default: false)
Expand Down