small correction on cli usage

This commit is contained in:
Shrenuj Bansal 2022-12-16 13:16:29 -05:00
parent 4b2ff01a55
commit cbc61a274f
2 changed files with 2 additions and 2 deletions

View File

@ -63,7 +63,7 @@ func ethAddrFromFilecoinAddress(ctx context.Context, addr address.Address, fnapi
var EthGetAddressCmd = &cli.Command{ var EthGetAddressCmd = &cli.Command{
Name: "stat", Name: "stat",
Usage: "Print eth/filecoin addrs and code cid", Usage: "Print eth/filecoin addrs and code cid",
ArgsUsage: "[faddr]", ArgsUsage: "",
Flags: []cli.Flag{ Flags: []cli.Flag{
&cli.StringFlag{ &cli.StringFlag{
Name: "filaddr", Name: "filaddr",

View File

@ -2594,7 +2594,7 @@ NAME:
lotus eth stat - Print eth/filecoin addrs and code cid lotus eth stat - Print eth/filecoin addrs and code cid
USAGE: USAGE:
lotus eth stat [command options] [faddr] lotus eth stat [command options] [arguments...]
OPTIONS: OPTIONS:
--ethaddr value Ethereum address --ethaddr value Ethereum address