Skip to content

Commit

Permalink
change cli message
Browse files Browse the repository at this point in the history
  • Loading branch information
geoff-vball committed Sep 14, 2022
1 parent 439dcc9 commit 6e01663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lotus-miner/actor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down

0 comments on commit 6e01663

Please sign in to comment.