From 17c0b9be44e7ce02e26b1252aef3df886710e04a Mon Sep 17 00:00:00 2001 From: Jim Pick Date: Mon, 5 Jul 2021 07:44:06 -0700 Subject: [PATCH 1/2] Spelling fix Change 'actorr' to 'actor' --- cli/state.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { From a8ca7baa93c8c9be92e35cf82283e96d9e4da1a5 Mon Sep 17 00:00:00 2001 From: Jim Pick Date: Tue, 6 Jul 2021 18:16:06 +0000 Subject: [PATCH 2/2] Run `make docsgen-cli` --- documentation/en/cli-lotus.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)