Merge pull request #6681 from jimpick/patch-1

get-actor cli spelling fix
This commit is contained in:
Łukasz Magiera 2021-07-06 21:05:40 +02:00 committed by GitHub
commit 251214dfd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -695,7 +695,7 @@ var StateListActorsCmd = &cli.Command{
var StateGetActorCmd = &cli.Command{ var StateGetActorCmd = &cli.Command{
Name: "get-actor", Name: "get-actor",
Usage: "Print actor information", Usage: "Print actor information",
ArgsUsage: "[actorrAddress]", ArgsUsage: "[actorAddress]",
Action: func(cctx *cli.Context) error { Action: func(cctx *cli.Context) error {
api, closer, err := GetFullNodeAPI(cctx) api, closer, err := GetFullNodeAPI(cctx)
if err != nil { if err != nil {

View File

@ -1673,7 +1673,7 @@ NAME:
lotus state get-actor - Print actor information lotus state get-actor - Print actor information
USAGE: USAGE:
lotus state get-actor [command options] [actorrAddress] lotus state get-actor [command options] [actorAddress]
OPTIONS: OPTIONS:
--help, -h show help (default: false) --help, -h show help (default: false)