From 6e0166379cc210d1c19071a9b5226ac723d4580e Mon Sep 17 00:00:00 2001 From: Geoff Stuart Date: Wed, 14 Sep 2022 10:56:52 -0400 Subject: [PATCH] change cli message --- cmd/lotus-miner/actor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/lotus-miner/actor.go b/cmd/lotus-miner/actor.go index 645b5a44d77..5494b64e980 100644 --- a/cmd/lotus-miner/actor.go +++ b/cmd/lotus-miner/actor.go @@ -308,7 +308,7 @@ var actorWithdrawCmd = &cli.Command{ var beneficiaryWithdrawCmd = &cli.Command{ Name: "beneficiary-withdraw", - Usage: "withdraw available balance to beneficiary address. Will not work from non-beneficiary owner addresses. Use lotus-miner for non-beneficiary owner withdrawals", + Usage: "withdraw available balance to beneficiary address using beneficiary key", ArgsUsage: "[minerAddress, amount (FIL)]", Flags: []cli.Flag{ &cli.IntFlag{