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{
|
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 {
|
||||||
|
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user