Merge pull request #6681 from jimpick/patch-1
get-actor cli spelling fix
This commit is contained in:
commit
251214dfd9
@ -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 {
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user