Skip to content

Commit

Permalink
Merge pull request #6681 from jimpick/patch-1
Browse files Browse the repository at this point in the history
get-actor cli spelling fix
  • Loading branch information
magik6k authored Jul 6, 2021
2 parents 9f83da8 + a8ca7ba commit 251214d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cli/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion documentation/en/cli-lotus.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 251214d

Please sign in to comment.