Change arg from minerAddress to minerID
Change arg from minerAddress to minerID
This commit is contained in:
parent
c1d22d8b32
commit
efdc32f60e
@ -1166,7 +1166,7 @@ var actorConfirmChangeWorker = &cli.Command{
|
|||||||
var actorConfirmChangeBeneficiary = &cli.Command{
|
var actorConfirmChangeBeneficiary = &cli.Command{
|
||||||
Name: "confirm-change-beneficiary",
|
Name: "confirm-change-beneficiary",
|
||||||
Usage: "Confirm a beneficiary address change",
|
Usage: "Confirm a beneficiary address change",
|
||||||
ArgsUsage: "[minerAddress]",
|
ArgsUsage: "[minerID]",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "really-do-it",
|
Name: "really-do-it",
|
||||||
|
@ -968,7 +968,7 @@ var actorProposeChangeBeneficiary = &cli.Command{
|
|||||||
var actorConfirmChangeBeneficiary = &cli.Command{
|
var actorConfirmChangeBeneficiary = &cli.Command{
|
||||||
Name: "confirm-change-beneficiary",
|
Name: "confirm-change-beneficiary",
|
||||||
Usage: "Confirm a beneficiary address change",
|
Usage: "Confirm a beneficiary address change",
|
||||||
ArgsUsage: "[minerAddress]",
|
ArgsUsage: "[minerID]",
|
||||||
Flags: []cli.Flag{
|
Flags: []cli.Flag{
|
||||||
&cli.BoolFlag{
|
&cli.BoolFlag{
|
||||||
Name: "really-do-it",
|
Name: "really-do-it",
|
||||||
|
@ -412,7 +412,7 @@ NAME:
|
|||||||
lotus-miner actor confirm-change-beneficiary - Confirm a beneficiary address change
|
lotus-miner actor confirm-change-beneficiary - Confirm a beneficiary address change
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
lotus-miner actor confirm-change-beneficiary [command options] [minerAddress]
|
lotus-miner actor confirm-change-beneficiary [command options] [minerID]
|
||||||
|
|
||||||
OPTIONS:
|
OPTIONS:
|
||||||
--existing-beneficiary send confirmation from the existing beneficiary address (default: false)
|
--existing-beneficiary send confirmation from the existing beneficiary address (default: false)
|
||||||
|
Loading…
Reference in New Issue
Block a user