diff --git a/cli/state.go b/cli/state.go index 6bf23d798..5bfcf1e8f 100644 --- a/cli/state.go +++ b/cli/state.go @@ -695,7 +695,7 @@ var StateListActorsCmd = &cli.Command{ var StateGetActorCmd = &cli.Command{ Name: "get-actor", Usage: "Print actor information", - ArgsUsage: "[actorrAddress]", + ArgsUsage: "[actorAddress]", Action: func(cctx *cli.Context) error { api, closer, err := GetFullNodeAPI(cctx) if err != nil { diff --git a/documentation/en/cli-lotus.md b/documentation/en/cli-lotus.md index c4c63aab1..2b2c10403 100644 --- a/documentation/en/cli-lotus.md +++ b/documentation/en/cli-lotus.md @@ -1673,7 +1673,7 @@ NAME: lotus state get-actor - Print actor information USAGE: - lotus state get-actor [command options] [actorrAddress] + lotus state get-actor [command options] [actorAddress] OPTIONS: --help, -h show help (default: false)