small correction on cli usage
This commit is contained in:
parent
4b2ff01a55
commit
cbc61a274f
@ -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",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user